summaryrefslogtreecommitdiff
path: root/modules/comment/controllers
diff options
context:
space:
mode:
authorckieffer <ckieffer@192.168.0.219>2010-04-30 00:08:37 -0600
committerckieffer <ckieffer@192.168.0.219>2010-04-30 00:08:37 -0600
commitf1076590f15f5dc55b164e2b22688a51c805265e (patch)
tree96ce2cfc9300ffc11fb9a8ffeb7efbcca12bf629 /modules/comment/controllers
parente30849d310cf532128f4bd092acfbbd5598a5773 (diff)
Add page_title to admin views. Closes #1038.
Diffstat (limited to 'modules/comment/controllers')
-rw-r--r--modules/comment/controllers/admin_comments.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/controllers/admin_comments.php b/modules/comment/controllers/admin_comments.php
index 3abfe1de..68794638 100644
--- a/modules/comment/controllers/admin_comments.php
+++ b/modules/comment/controllers/admin_comments.php
@@ -44,6 +44,7 @@ class Admin_Comments_Controller extends Admin_Controller {
$page = max(Input::instance()->get("page"), 1);
$view = new Admin_View("admin.html");
+ $view->page_title = t("Manage comments");
$view->content = new View("admin_comments.html");
$view->content->counts = $this->_counts();
$view->content->menu = $this->_menu($view->content->counts);