diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2010-04-30 16:23:05 -0700 | 
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2010-04-30 16:23:05 -0700 | 
| commit | 9edee3a7ef770c040b82164454703c35c81c196f (patch) | |
| tree | 037e89a932f7d6a2b1a3be725b8d0bbb6af39964 /modules/gallery/controllers/admin_dashboard.php | |
| parent | 97ba2d87eb77c77d70430c9e2171b0184a999635 (diff) | |
| parent | f1076590f15f5dc55b164e2b22688a51c805265e (diff) | |
Merge commit 'upstream/master'
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\">" . | 
