From: yellowled Date: Mon, 14 Apr 2008 06:58:07 +0000 (+0000) Subject: BP: Removed evil patch from config.inc.php. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=47e065ad675815f1ffd246d5fd3ac14bb22670d5;p=s9y.git BP: Removed evil patch from config.inc.php. --- diff --git a/templates/bulletproof/config.inc.php b/templates/bulletproof/config.inc.php index 8b82e02..0c369fb 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();