summaryrefslogtreecommitdiff
path: root/themes/fab/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/fab/header.php')
-rw-r--r--themes/fab/header.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/fab/header.php b/themes/fab/header.php
index 8c3a0c6fee..41c7668b9b 100644
--- a/themes/fab/header.php
+++ b/themes/fab/header.php
@@ -91,7 +91,6 @@ echo
'<link type="text/css" href="', WT_THEME_DIR, 'modules.css" rel="Stylesheet" />',
'</head>',
'<body id="body" ',$bodyOnLoad, '>';
-flush(); // Allow the browser to start fetching external stylesheets, javascript, etc.
echo '<div id="header" class="block">'; // Every page has a header
if ($view!='simple') {
@@ -171,4 +170,3 @@ if ($view!='simple') {
echo '</ul></div>';
}
echo '</div><div id="content">';
-flush(); // Allow the browser to format the header/menus while we generate the page