summaryrefslogtreecommitdiff
path: root/themes/admin_default/views/admin.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/admin_default/views/admin.html.php')
-rw-r--r--themes/admin_default/views/admin.html.php2
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 a8650068..9385a346 100644
--- a/themes/admin_default/views/admin.html.php
+++ b/themes/admin_default/views/admin.html.php
@@ -30,7 +30,7 @@
<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>
+ <a href="http://gallery.menalto.com/"><img src="<?= $theme->url("images/logo-sm.png") ?>" id="gLogo" alt="<?= t("Gallery 3: Your Photos on Your Web Site") ?>" /></a>
<div id="gSiteAdminMenu">
<?= $theme->admin_menu() ?>
</div>