Files
phpmyadmin/info.inc.php
Michal Čihař 8a2bac4f9e Initial import
2011-02-02 13:37:54 +01:00

17 lines
216 B
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Theme information
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original
*/
/**
*
*/
$theme_name = 'Test';
$theme_full_version = '3.4';
?>