summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-07-10 10:07:33 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-07-10 10:07:33 -0700
commitacf920fc7ed1a9d1d69bd12bdfa136d4bb5af0d3 (patch)
tree5a945fceb217f3c583f7573fea86cce36c1b4d67 /modules/gallery/helpers
parent4f24a5f5930472fa23265228e5d7a6605b74ade2 (diff)
parent7c993387dadeb721f4c74185fc5ee0e376c4300b (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r--modules/gallery/helpers/gallery_menu.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gallery/helpers/gallery_menu.php b/modules/gallery/helpers/gallery_menu.php
index 1f1e1ce2..bffb7696 100644
--- a/modules/gallery/helpers/gallery_menu.php
+++ b/modules/gallery/helpers/gallery_menu.php
@@ -95,6 +95,9 @@ class gallery_menu_Core {
}
static function thumb($menu, $theme, $item) {
+ $menu->append(Menu::factory("submenu")
+ ->id("options_menu")
+ ->label(t("Options")));
}
static function photo($menu, $theme) {