1
0

(experimental) global theme options

This commit is contained in:
Garvin Hicking
2010-08-24 08:45:09 +00:00
parent a7b27ff06a
commit f9fa8503f0
68 changed files with 2264 additions and 2023 deletions

View File

@ -3,6 +3,16 @@
Version 1.6 ()
------------------------------------------------------------------------
* (experimental) global theme options (garvinhicking)
Inside template's config.inc.php you can enable a global
navigation configuration feature:
$template_global_config = array('navigation' => true);
serendipity_loadGlobalThemeOptions($template_config, $template_loaded_config, $template_global_config);
More keys apart from "navigation" might get supported in the future.
* Implemented suggestion of removing boilerplate code in plugin API:
Change hack protection, introduce unified language loading, see
http://board.s9y.org/viewtopic.php?f=11&t=16921