1
0

BP: Edited config.inc.php again. Prettier formatting, nothing else :-)

This commit is contained in:
Matthias Mees
2008-04-14 05:24:41 +00:00
parent ef791b22d9
commit 0286c9490c

View File

@ -269,9 +269,9 @@ $template_config = array(
);
if (isset($_POST['serendipity']['template'])) {
$template_loaded_config =$_POST['serendipity']['template'];
$template_loaded_config =$_POST['serendipity']['template'];
} else {
$template_loaded_config = serendipity_loadThemeOptions($template_config, $serendipity['smarty_vars']['template_option']);
$template_loaded_config = serendipity_loadThemeOptions($template_config, $serendipity['smarty_vars']['template_option']);
}
$navlinks = array();