added empty $template_config_groups var
for template changes, if previous template had these set
This commit is contained in:
parent
883abd17d5
commit
eb77dc369a
@ -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
|
||||
|
@ -11,4 +11,6 @@ if (file_exists($probelang)) {
|
||||
include dirname(__FILE__) . '/lang_en.inc.php';
|
||||
}
|
||||
|
||||
$template_config_groups = NULL;
|
||||
|
||||
?>
|
@ -1,3 +1,3 @@
|
||||
Name: Kubrick 1.2.6 port
|
||||
Author: Tom Sommer
|
||||
Date: 12/8-2004
|
||||
Date: 2013-02-03
|
||||
|
Loading…
x
Reference in New Issue
Block a user