summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-08-02 18:12:11 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-08-02 18:12:11 +0000
commit5e7258d5f078484db30a94ba9c4908690741584a (patch)
treefc50300de4f9c185c41fb48dfdebc0bc5a87f710 /themes
parent8e629cd875bb317c3721005228dafc6deb05360d (diff)
downloadbrdo-5e7258d5f078484db30a94ba9c4908690741584a.tar.gz
brdo-5e7258d5f078484db30a94ba9c4908690741584a.tar.bz2
- Readding FOUC-preventing script tag
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/page.tpl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php
index fc22abcfc..4cc160073 100644
--- a/themes/bluemarine/page.tpl.php
+++ b/themes/bluemarine/page.tpl.php
@@ -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 ?>>