diff options
Diffstat (limited to 'modules/gallery/controllers/admin_dashboard.php')
| -rw-r--r-- | modules/gallery/controllers/admin_dashboard.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/modules/gallery/controllers/admin_dashboard.php b/modules/gallery/controllers/admin_dashboard.php index adc0df16..76c42612 100644 --- a/modules/gallery/controllers/admin_dashboard.php +++ b/modules/gallery/controllers/admin_dashboard.php @@ -20,6 +20,7 @@  class Admin_Dashboard_Controller extends Admin_Controller {    public function index() {      $view = new Admin_View("admin.html"); +    $view->page_title = t("Dashboard");      $view->content = new View("admin_dashboard.html");      $view->content->blocks = block_manager::get_html("dashboard_center");      $view->sidebar = "<div id=\"g-admin-dashboard-sidebar\">" . | 
