mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-19 08:09:54 -04:00
Add page_title to admin views. Closes #1038.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user