summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-05 19:47:11 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-05 19:47:11 -0700
commitab1fc6ad533968ac7cb1d0506e989f549935b7aa (patch)
treec4fe070c259e622c6f65b9e8f73e976c1465f585 /themes
parent2a9335f71befbb63b979ca207a3dabb72d3ffce8 (diff)
Make theme page headers match the menu dropdowns.
Internationalize the admin dashboard common title.
Diffstat (limited to 'themes')
-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 63ff3ac7..c1c880ad 100644
--- a/themes/admin_default/views/admin.html.php
+++ b/themes/admin_default/views/admin.html.php
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>G3: Admin Dashboard</title>
+ <title><?= t("Admin Dashboard") ?></title>
<link rel="shortcut icon" href="<?= url::file("themes/default/images/favicon.ico") ?>" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="<?= url::file("lib/yui/reset-fonts-grids.css") ?>"
media="screen,projection" />