mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-04 10:49:07 -04:00
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:
@@ -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() ?>
|
||||
|
||||
Reference in New Issue
Block a user