diff options
| author | jhilden <jakobhilden@gmail.com> | 2009-07-01 02:39:00 -0400 |
|---|---|---|
| committer | jhilden <jakobhilden@gmail.com> | 2009-07-01 02:39:00 -0400 |
| commit | b943b0f7c120774e5461e14185cac6982eacc590 (patch) | |
| tree | e0cab85081aa4af6bdf021e32edb6dcda5bc5552 /themes/admin_default/views | |
| parent | 0add4ced22662918b6e5c3f0d0447e6e8aad4962 (diff) | |
made the 'back to gallery' link in the admin a lighter grey
(and removed the commented out <img>)
Diffstat (limited to 'themes/admin_default/views')
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 76f59d4a..56632684 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -47,7 +47,9 @@ <li class="first"><?= html::anchor("albums/1", "← ".t("Back to the Gallery")) ?></li> <li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1&csrf=$csrf") ?>"><?= t("Logout") ?></a></li> </ul> - <a id="gLogo" href="<?= url::site("albums/1") ?>" title="<?= t("go back to the Gallery") ?>"><!--<img src="<?= url::file("themes/default/images/logo.png") ?>" alt="<?= t("Gallery logo: Your Photos on Your Web Site") ?>" />-->← <?= t("back to the ...") ?></a> + <a id="gLogo" href="<?= url::site("albums/1") ?>" title="<?= t("go back to the Gallery") ?>"> + ← <?= t("back to the ...") ?> + </a> <div id="gSiteAdminMenu" style="display: none;"> <?= $theme->admin_menu() ?> </div> |
