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";