diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 14:25:33 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 14:26:32 -0700 |
commit | 4de412e72270587cbd656ebafe08892344055a4d (patch) | |
tree | a536c7965efa112b82ab18a35da49d8f239fb8fc /modules/gallery/helpers | |
parent | 19b875723b37ac7121c64c0c882ccbc2e6353d08 (diff) |
Enable the administration screen for the sidebar. Fix for ticket #110.
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r-- | modules/gallery/helpers/gallery_event.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index 9305580f..69458e74 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -171,7 +171,11 @@ class gallery_event_Core { ->append(Menu::factory("link") ->id("theme_options") ->label(t("Theme Options")) - ->url(url::site("admin/theme_options")))) + ->url(url::site("admin/theme_options"))) + ->append(Menu::factory("link") + ->id("sidebar") + ->label(t("Manage Sidebar")) + ->url(url::site("admin/sidebar")))) ->append(Menu::factory("submenu") ->id("statistics_menu") ->label(t("Statistics"))) |