needs theme version 3

This commit is contained in:
Marc Delisle
2005-08-20 20:24:39 +00:00
parent 4953ca003e
commit d744fc05a2
4 changed files with 5 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ $Source$
* libraries/common.lib.php, new error.php: patch #1258978, move common * libraries/common.lib.php, new error.php: patch #1258978, move common
code for error pages out of common.lib.php, thanks to Sebastian Mendel code for error pages out of common.lib.php, thanks to Sebastian Mendel
* lang/german*: bug #1258956, typo * 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 <lem9@users.sourceforge.net> 2005-08-19 Marc Delisle <lem9@users.sourceforge.net>
* lang/chinese_traditional: Updates, thanks to Siu Sun. * lang/chinese_traditional: Updates, thanks to Siu Sun.

View File

@@ -24,7 +24,7 @@ if (!defined('PMA_VERSION')) {
} }
if (!defined('PMA_THEME_VERSION')) { if (!defined('PMA_THEME_VERSION')) {
define('PMA_THEME_VERSION', 2); define('PMA_THEME_VERSION', 3);
} }
if (!defined('PMA_THEME_GENERATION')) { if (!defined('PMA_THEME_GENERATION')) {

View File

@@ -2,6 +2,6 @@
/* $Id$ */ /* $Id$ */
/* Theme information */ /* Theme information */
$theme_name = 'Darkblue/orange'; $theme_name = 'Darkblue/orange';
$theme_version = 2; $theme_version = 3;
$theme_generation = 1; $theme_generation = 1;
?> ?>

View File

@@ -2,6 +2,6 @@
/* $Id$ */ /* $Id$ */
/* Theme information */ /* Theme information */
$theme_name = 'Original'; $theme_name = 'Original';
$theme_version = 2; $theme_version = 3;
$theme_generation = 1; $theme_generation = 1;
?> ?>