From 523193edfc2d5017d788f0eb70610997f06792b1 Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 13 Dec 2019 22:27:23 -0700 Subject: [PATCH] Update template.php --- themes/default/template.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default/template.php b/themes/default/template.php index 09c9796c0f..20b512c1e7 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -37,17 +37,17 @@ echo "\n\n"; + echo "\n\n"; } //output custom css if ($_SESSION['theme']['custom_css_code']['text'] != '') { echo "\n\n"; } //set fav icon - $favicon = (isset($_SESSION['theme']['favicon']['text'])) ? escape($_SESSION['theme']['favicon']['text']) : '/themes/default/favicon.ico'; + $favicon = (isset($_SESSION['theme']['favicon']['text'])) ? $_SESSION['theme']['favicon']['text'] : '/themes/default/favicon.ico'; echo "\n"; echo "<!--{title}-->\n";