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

View File

@@ -46,7 +46,7 @@
<li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1") ?>">Logout</a></li>
</ul>
<a href="<?= url::site("albums/1") ?>"><img src="<?= url::file("themes/default/images/logo.png") ?>" id="gLogo" alt="<?= t("Gallery 3: Your Photos on Your Web Site") ?>" /></a>
<div id="gSiteAdminMenu">
<div id="gSiteAdminMenu" style="display: none">
<?= $theme->admin_menu() ?>
</div>
<?= $theme->admin_header_bottom() ?>