diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 10:07:33 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 10:07:33 -0700 |
commit | acf920fc7ed1a9d1d69bd12bdfa136d4bb5af0d3 (patch) | |
tree | 5a945fceb217f3c583f7573fea86cce36c1b4d67 /modules/gallery/helpers | |
parent | 4f24a5f5930472fa23265228e5d7a6605b74ade2 (diff) | |
parent | 7c993387dadeb721f4c74185fc5ee0e376c4300b (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r-- | modules/gallery/helpers/gallery_menu.php | 3 |
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) { |