Change theme name.

This commit is contained in:
Michal Čihař
2011-02-02 21:57:54 +01:00
parent ae61e86e58
commit 9ea9a503b7

View File

@@ -3,14 +3,13 @@
/**
* Theme information
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original
* @subpackage Graphite
*/
/**
*
*/
$theme_name = 'Test';
$theme_full_version = '3.4';
$theme_name = 'Graphite'
$theme_full_version = '0.9';
?>