- Readding FOUC-preventing script tag

4.7.x
Steven Wittens 2005-08-02 18:12:11 +00:00
parent 8e629cd875
commit 5e7258d5f0
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<title><?php print $head_title ?></title>
<?php print $head ?>
<?php print $styles ?>
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
</head>
<body<?php print $onload_attributes ?>>