summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-11 05:07:41 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-11 05:07:41 -0700
commit0098ef05c3dafd8b6a8357e004cbe10ebcf0c51b (patch)
treebe83f2a62cfb4d39d33401c6170969b483346f1e /modules/gallery/helpers
parent954ab5a5051edb67eca8ae74283a80a226e39672 (diff)
parent4132d6c55ed91ca66607680bc44775c4ba650da6 (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, 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) {