Add page_title to admin views. Closes #1038.

This commit is contained in:
ckieffer
2010-04-30 00:08:37 -06:00
parent e30849d310
commit f1076590f1
17 changed files with 17 additions and 0 deletions

View File

@@ -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);