summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/admin_sidebar.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/controllers/admin_sidebar.php')
-rw-r--r--modules/gallery/controllers/admin_sidebar.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/controllers/admin_sidebar.php b/modules/gallery/controllers/admin_sidebar.php
index 73f84d2f..fb857e4e 100644
--- a/modules/gallery/controllers/admin_sidebar.php
+++ b/modules/gallery/controllers/admin_sidebar.php
@@ -20,6 +20,7 @@
class Admin_Sidebar_Controller extends Admin_Controller {
public function index() {
$view = new Admin_View("admin.html");
+ $view->page_title = t("Manage sidebar");
$view->content = new View("admin_sidebar.html");
$view->content->csrf = access::csrf_token();
$view->content->available = new View("admin_sidebar_blocks.html");