From d744fc05a2eb1e37c63426b9d48c18b2f567a6f1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 20 Aug 2005 20:24:39 +0000 Subject: [PATCH] needs theme version 3 --- ChangeLog | 2 ++ libraries/defines.lib.php | 2 +- themes/darkblue_orange/info.inc.php | 2 +- themes/original/info.inc.php | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4ecffd934..c2930c9d7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ $Source$ * libraries/common.lib.php, new error.php: patch #1258978, move common code for error pages out of common.lib.php, thanks to Sebastian Mendel * lang/german*: bug #1258956, typo + * libraries/defines.lib.php, themes/original/info.inc.php, + themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3 2005-08-19 Marc Delisle * lang/chinese_traditional: Updates, thanks to Siu Sun. diff --git a/libraries/defines.lib.php b/libraries/defines.lib.php index 4c4f4a792..52e44bbb1 100644 --- a/libraries/defines.lib.php +++ b/libraries/defines.lib.php @@ -24,7 +24,7 @@ if (!defined('PMA_VERSION')) { } if (!defined('PMA_THEME_VERSION')) { - define('PMA_THEME_VERSION', 2); + define('PMA_THEME_VERSION', 3); } if (!defined('PMA_THEME_GENERATION')) { diff --git a/themes/darkblue_orange/info.inc.php b/themes/darkblue_orange/info.inc.php index 08248fdc0..0f7c4fb15 100644 --- a/themes/darkblue_orange/info.inc.php +++ b/themes/darkblue_orange/info.inc.php @@ -2,6 +2,6 @@ /* $Id$ */ /* Theme information */ $theme_name = 'Darkblue/orange'; -$theme_version = 2; +$theme_version = 3; $theme_generation = 1; ?> diff --git a/themes/original/info.inc.php b/themes/original/info.inc.php index 9f4976cb9..c35160051 100644 --- a/themes/original/info.inc.php +++ b/themes/original/info.inc.php @@ -2,6 +2,6 @@ /* $Id$ */ /* Theme information */ $theme_name = 'Original'; -$theme_version = 2; +$theme_version = 3; $theme_generation = 1; ?>