summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-09-25 10:58:51 +0000
committerfisharebest <fisharebest@gmail.com>2010-09-25 10:58:51 +0000
commitb6acdb0ad62a7694eaafff2503d6082f843575fd (patch)
treef0964e37a8e6109b6153884477132b3792b4e166 /themes/colors
parent5fbf28cc38593d3ed9739924baee01b3ad30223b (diff)
downloadwebtrees-b6acdb0ad62a7694eaafff2503d6082f843575fd.tar.gz
webtrees-b6acdb0ad62a7694eaafff2503d6082f843575fd.tar.bz2
webtrees-b6acdb0ad62a7694eaafff2503d6082f843575fd.zip
Move common code from themes to core - flushing output to browser after sending page headers
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/header.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/colors/header.php b/themes/colors/header.php
index 912b4a76ec..20f1d8a2dc 100644
--- a/themes/colors/header.php
+++ b/themes/colors/header.php
@@ -99,9 +99,7 @@ if ($use_alternate_styles && $BROWSERTYPE != "other") { ?>
if ((!empty($rtl_stylesheet))&&($TEXT_DIRECTION=="rtl")) {?>
<link rel="stylesheet" href="<?php echo $rtl_stylesheet; ?>" type="text/css" media="all" />
<?php }
- echo
- '</head><body id="body" ', $bodyOnLoad, '>';
-flush(); // Allow the browser to start fetching external stylesheets, javascript, etc.
+ echo '</head><body id="body" ', $bodyOnLoad, '>';
?>
<!-- Remove header for edit windows -->