diff options
Diffstat (limited to 'themes/fab/header.php')
| -rw-r--r-- | themes/fab/header.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/fab/header.php b/themes/fab/header.php index b5cd1842b2..5d577d1b5d 100644 --- a/themes/fab/header.php +++ b/themes/fab/header.php @@ -55,13 +55,11 @@ echo '<link type="text/css" rel="stylesheet" href="', WT_CSS_URL, 'style.css">', '<!--[if IE]>', '<link type="text/css" rel="stylesheet" href="', WT_CSS_URL, 'msie.css">', - '<![endif]-->'; - -echo + '<![endif]-->', '</head>', '<body id="body">'; -if ($view!='simple') { // Use “simple” headers for popup windows +if ($view != 'simple') { // Use “simple” headers for popup windows echo '<div id="header" class="block">'; echo '<div id="header-user-links"><ul class="makeMenu">'; if (WT_USER_ID) { |
