From 9ea9a503b71fc296cf102db55ec877a7373eeccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 21:57:54 +0100 Subject: [PATCH] Change theme name. --- info.inc.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/info.inc.php b/info.inc.php index f2270dae1..1d404f10c 100644 --- a/info.inc.php +++ b/info.inc.php @@ -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'; ?>