diff options
Diffstat (limited to 'themes/admin_default/views')
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index f05f24eb..a8650068 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -35,7 +35,7 @@ <?= $theme->admin_menu() ?> </div> <ul id="gLoginMenu"> - <li><?= html::anchor("albums/1", "Browse the Gallery") ?></li> + <li class="first"><?= html::anchor("albums/1", "Browse the Gallery") ?></li> <li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1") ?>">Logout</a></li> </ul> <?= $theme->admin_header_bottom() ?> |
