needs theme version 3
This commit is contained in:
@@ -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 <lem9@users.sourceforge.net>
|
||||
* lang/chinese_traditional: Updates, thanks to Siu Sun.
|
||||
|
@@ -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')) {
|
||||
|
@@ -2,6 +2,6 @@
|
||||
/* $Id$ */
|
||||
/* Theme information */
|
||||
$theme_name = 'Darkblue/orange';
|
||||
$theme_version = 2;
|
||||
$theme_version = 3;
|
||||
$theme_generation = 1;
|
||||
?>
|
||||
|
@@ -2,6 +2,6 @@
|
||||
/* $Id$ */
|
||||
/* Theme information */
|
||||
$theme_name = 'Original';
|
||||
$theme_version = 2;
|
||||
$theme_version = 3;
|
||||
$theme_generation = 1;
|
||||
?>
|
||||
|
Reference in New Issue
Block a user