diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-07-01 01:08:17 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-01 01:08:17 -0700 |
| commit | f79e26b919edc5e816e1a305fdf0a9f1952a1551 (patch) | |
| tree | 6f91a59cd674ef605558188ea0da69b64874374b /themes/admin_default/views | |
| parent | 9beac1132e7d6ffec2192d5a4e54e14985218d6e (diff) | |
| parent | b943b0f7c120774e5461e14185cac6982eacc590 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
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 33e7f58f..575f8a96 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> |
