Add info about theme generations.
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-09-20 Michal Čihař <michal@cihar.com>
|
||||
* Documentation.html: Add info about theme generations.
|
||||
|
||||
2004-09-19 Alexander M. Turek <me@derrabus.de>
|
||||
* Documentation.html: Clarification.
|
||||
|
||||
|
@@ -2808,13 +2808,11 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
</p>
|
||||
<p>
|
||||
In theme directory there is file <tt>info.inc.php</tt> which contains
|
||||
theme verbose name and theme version. These versions are enumerated from 1
|
||||
and do not have any direct dependance on phpMyAdmin version. Themes with
|
||||
higher version should work also in older phpMyAdmin versions because we
|
||||
currently expect these will only grow (new css classes or more images),
|
||||
but this behaviour will be probably changed in future, in case phpMyAdmin
|
||||
will start to use some templates and these will require completely
|
||||
different themes.
|
||||
theme verbose name, theme generation and theme version. These versions and
|
||||
generations are enumerated from 1 and do not have any direct dependance on
|
||||
phpMyAdmin version. Themes within same generation should be bacward
|
||||
compatible - theme with version 2 should work in phpMyAdmin requiring
|
||||
version 1. Themes with different generation are incompatible.
|
||||
</p>
|
||||
<p>
|
||||
If you do not want to use your own symbols and buttons, remove the
|
||||
|
Reference in New Issue
Block a user