summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_event.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-14 17:40:44 -0800
committerBharat Mediratta <bharat@menalto.com>2013-02-14 17:40:44 -0800
commitea741a8457102b06992e6ecfb248bb71ca791840 (patch)
tree977380e90394bc7da2e93e2b116e2cf9b985e62f /modules/gallery/helpers/gallery_event.php
parent21acbbf549f3167d14c89270683ef06746552d75 (diff)
parentf212f6a794c4aff96446b99e4824a9e2c8cfb259 (diff)
Merge pull request #138 from shadlaws/fix_2003
#2003 - Add admin/movies screen.
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
-rw-r--r--modules/gallery/helpers/gallery_event.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php
index aeb1c7eb..54c60296 100644
--- a/modules/gallery/helpers/gallery_event.php
+++ b/modules/gallery/helpers/gallery_event.php
@@ -399,6 +399,10 @@ class gallery_event_Core {
->label(t("Graphics"))
->url(url::site("admin/graphics")))
->append(Menu::factory("link")
+ ->id("movies_settings")
+ ->label(t("Movies"))
+ ->url(url::site("admin/movies")))
+ ->append(Menu::factory("link")
->id("languages")
->label(t("Languages"))
->url(url::site("admin/languages")))