added empty $template_config_groups var

for template changes, if previous template had these set
This commit is contained in:
Ian 2013-02-03 11:20:28 +01:00
parent 883abd17d5
commit eb77dc369a
4 changed files with 5 additions and 2 deletions

View File

@ -93,6 +93,7 @@ $template_config = array(
)
);
$template_config_groups = NULL;
$template_global_config = array('navigation' => true);
$template_loaded_config = serendipity_loadThemeOptions($template_config, $serendipity['smarty_vars']['template_option'], true);
serendipity_loadGlobalThemeOptions($template_config, $template_loaded_config, $template_global_config);

View File

@ -1,4 +1,4 @@
Name: 2k11
Author: Matthias Mees, Veit Lehmann
Date: 2013-01-13
Date: 2013-02-03
Require Serendipity: 1.6

View File

@ -11,4 +11,6 @@ if (file_exists($probelang)) {
include dirname(__FILE__) . '/lang_en.inc.php';
}
$template_config_groups = NULL;
?>

View File

@ -1,3 +1,3 @@
Name: Kubrick 1.2.6 port
Author: Tom Sommer
Date: 12/8-2004
Date: 2013-02-03