2.6.0 / 2.6.1 themes are incompatible!
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-03-27 Alexander M. Turek <me@derrabus.de>
|
||||||
|
* libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
|
||||||
|
themes as imcompatible because of recent changes.
|
||||||
|
|
||||||
2005-03-27 Marc Delisle <lem9@users.sourceforge.net>
|
2005-03-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
|
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
|
||||||
|
|
||||||
|
@@ -24,7 +24,7 @@ if (!defined('PMA_VERSION')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!defined('PMA_THEME_VERSION')) {
|
if (!defined('PMA_THEME_VERSION')) {
|
||||||
define('PMA_THEME_VERSION', 1);
|
define('PMA_THEME_VERSION', 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
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 = 1;
|
$theme_version = 2;
|
||||||
$theme_generation = 1;
|
$theme_generation = 1;
|
||||||
?>
|
?>
|
||||||
|
@@ -2,6 +2,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Theme information */
|
/* Theme information */
|
||||||
$theme_name = 'Original';
|
$theme_name = 'Original';
|
||||||
$theme_version = 1;
|
$theme_version = 2;
|
||||||
$theme_generation = 1;
|
$theme_generation = 1;
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user