From 5436fbe07167195d045c57ab40f85994acd1a7e4 Mon Sep 17 00:00:00 2001 From: yellowled Date: Mon, 14 Apr 2008 05:24:41 +0000 Subject: [PATCH] BP: Edited config.inc.php again. Prettier formatting, nothing else :-) --- templates/bulletproof/config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/bulletproof/config.inc.php b/templates/bulletproof/config.inc.php index b9e7b2b..1e00940 100644 --- a/templates/bulletproof/config.inc.php +++ b/templates/bulletproof/config.inc.php @@ -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(); -- 2.39.5