diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-11 05:07:41 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-11 05:07:41 -0700 |
commit | 0098ef05c3dafd8b6a8357e004cbe10ebcf0c51b (patch) | |
tree | be83f2a62cfb4d39d33401c6170969b483346f1e /modules/gallery/helpers | |
parent | 954ab5a5051edb67eca8ae74283a80a226e39672 (diff) | |
parent | 4132d6c55ed91ca66607680bc44775c4ba650da6 (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, 2 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_menu.php b/modules/gallery/helpers/gallery_menu.php index bffb7696..b6f763b8 100644 --- a/modules/gallery/helpers/gallery_menu.php +++ b/modules/gallery/helpers/gallery_menu.php @@ -97,7 +97,8 @@ class gallery_menu_Core { static function thumb($menu, $theme, $item) { $menu->append(Menu::factory("submenu") ->id("options_menu") - ->label(t("Options"))); + ->label(t("Options")) + ->css_class("gThumbMenu")); } static function photo($menu, $theme) { |