1
0

Allow variying template 'okey'

This commit is contained in:
Garvin Hicking
2007-08-21 10:25:57 +00:00
parent 2528c7cc7d
commit cb75ef15ce
2 changed files with 9 additions and 3 deletions

View File

@ -903,7 +903,7 @@ function serendipity_smarty_init($vars = array()) {
$template_vars =& $template_loaded_config;
$serendipity['smarty']->assign_by_ref('template_option', $template_vars);
} elseif (is_array($template_config)) {
$template_vars =& serendipity_loadThemeOptions($template_config);
$template_vars =& serendipity_loadThemeOptions($template_config, $serendipity['smarty_vars']['template_option']);
$serendipity['smarty']->assign_by_ref('template_option', $template_vars);
}
}