diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-02 22:06:12 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-02 22:06:12 +0000 |
| commit | 7db1758e93775c3f59c4a874da36225585dcbab5 (patch) | |
| tree | 59582d29a2e13a75ef3a0342a3043f2dde1f51c1 /themes/admin_default/views | |
| parent | 19d144496dc5f3594ca2220b9e364f721573e7b2 (diff) | |
More admin menu cleanup to reduce it's height. Removed redundant admin theme images, these are included in the default theme. Added a favicon.
Diffstat (limited to 'themes/admin_default/views')
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index cbee078f..f05f24eb 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -5,6 +5,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>G3: Admin Dashboard</title> + <link rel="shortcut icon" href="<?= url::file("themes/default/images/favicon.ico") ?>" type="image/x-icon" /> <link rel="stylesheet" href="<?= url::file("lib/yui/reset-fonts-grids.css") ?>" type="text/css" media="screen,projection"> <link rel="stylesheet" href="<?= url::file("themes/default/css/screen.css") ?>" @@ -29,14 +30,14 @@ <div id="gHeader"> <?= $theme->site_status() ?> <?= $theme->admin_header_top() ?> + <a href="http://gallery.menalto.com/"><img src="<?= $theme->url("images/logo-sm.png") ?>" id="gLogo" alt="<?= _("Gallery 3: Your Photos on Your Web Site") ?>" /></a> + <div id="gSiteAdminMenu"> + <?= $theme->admin_menu() ?> + </div> <ul id="gLoginMenu"> <li><?= html::anchor("albums/1", "Browse the Gallery") ?></li> <li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1") ?>">Logout</a></li> </ul> - <img src="<?= $theme->url("images/logo.png") ?>" id="gLogo" alt="<?= _("Gallery 3: Your Photos on Your Web Site") ?>" /> - <div id="gSiteAdminMenu"> - <?= $theme->admin_menu() ?> - </div> <?= $theme->admin_header_bottom() ?> </div> </div> |
