diff --git a/templates/bulletproof/config.inc.php b/templates/bulletproof/config.inc.php index 8b82e028..0c369fb6 100644 --- a/templates/bulletproof/config.inc.php +++ b/templates/bulletproof/config.inc.php @@ -268,11 +268,7 @@ $template_config = array( ) ); -#if (isset($_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();