diff options
author | ckieffer <ckieffer@192.168.0.219> | 2010-05-14 17:13:35 -0600 |
---|---|---|
committer | ckieffer <ckieffer@192.168.0.219> | 2010-05-14 17:13:35 -0600 |
commit | dcd09c09e817e9e12223fc11ac9f830a81abea83 (patch) | |
tree | 9ee88742d50128da50068187dfb19bb2bb34f621 /themes | |
parent | 44753c524996415f465f44d05be46e878911ce4a (diff) |
Missed this in commit 9e3c0c08849b5842f9c345d7b4f90ee82359dedb.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_wind/views/admin.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php index 2f64c847..6446deeb 100644 --- a/themes/admin_wind/views/admin.html.php +++ b/themes/admin_wind/views/admin.html.php @@ -6,7 +6,7 @@ <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title> <? if ($page_title): ?> - <?= $page_title ?> + Gallery Admin: <?= $page_title ?> <? else: ?> <?= t("Admin dashboard") ?> <? endif ?> |