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
|
* 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.
|
||||||
|
@@ -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')) {
|
||||||
|
@@ -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;
|
||||||
?>
|
?>
|
||||||
|
@@ -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;
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user