From 47e065ad675815f1ffd246d5fd3ac14bb22670d5 Mon Sep 17 00:00:00 2001 From: yellowled Date: Mon, 14 Apr 2008 06:58:07 +0000 Subject: [PATCH] BP: Removed evil patch from config.inc.php. --- templates/bulletproof/config.inc.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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(); -- 2.39.5