Hide the menu until we can superfish it so that we don't see the

unstyled list appear which causes the page layout to flicker.
This commit is contained in:
Bharat Mediratta
2009-02-15 22:52:01 +00:00
parent d04dbadfa1
commit bcea2a6228
4 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<img id="gLogo" alt="<?= t("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" />
</a>
<div id="gSiteMenu">
<div id="gSiteMenu" style="display: none">
<?= $theme->site_menu() ?>
</div>