added empty $template_config_groups var
for template changes, if previous template had these set
This commit is contained in:
@ -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);
|
||||
|
@ -1,4 +1,4 @@
|
||||
Name: 2k11
|
||||
Author: Matthias Mees, Veit Lehmann
|
||||
Date: 2013-01-13
|
||||
Date: 2013-02-03
|
||||
Require Serendipity: 1.6
|
||||
|
Reference in New Issue
Block a user