diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-09-25 10:58:51 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-09-25 10:58:51 +0000 |
| commit | b6acdb0ad62a7694eaafff2503d6082f843575fd (patch) | |
| tree | f0964e37a8e6109b6153884477132b3792b4e166 /themes/colors | |
| parent | 5fbf28cc38593d3ed9739924baee01b3ad30223b (diff) | |
| download | webtrees-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.php | 4 |
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 --> |
