diff options
| author | ckieffer <ckieffer@192.168.0.219> | 2010-04-30 00:08:37 -0600 |
|---|---|---|
| committer | ckieffer <ckieffer@192.168.0.219> | 2010-04-30 00:08:37 -0600 |
| commit | f1076590f15f5dc55b164e2b22688a51c805265e (patch) | |
| tree | 96ce2cfc9300ffc11fb9a8ffeb7efbcca12bf629 /modules/gallery/controllers/admin_languages.php | |
| parent | e30849d310cf532128f4bd092acfbbd5598a5773 (diff) | |
Add page_title to admin views. Closes #1038.
Diffstat (limited to 'modules/gallery/controllers/admin_languages.php')
| -rw-r--r-- | modules/gallery/controllers/admin_languages.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/controllers/admin_languages.php b/modules/gallery/controllers/admin_languages.php index 1ca777dc..0f134fcd 100644 --- a/modules/gallery/controllers/admin_languages.php +++ b/modules/gallery/controllers/admin_languages.php @@ -20,6 +20,7 @@ class Admin_Languages_Controller extends Admin_Controller { public function index($share_translations_form=null) { $v = new Admin_View("admin.html"); + $v->page_title = t("Languages and translations"); $v->content = new View("admin_languages.html"); $v->content->available_locales = locales::available(); $v->content->installed_locales = locales::installed(); |
