summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_menu.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-06 11:39:11 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-06 11:39:11 -0700
commit5835715e49f98943c561d6cee67840488c428175 (patch)
tree4a48034bc1f3e4b279b8791dbc7c30b5d21f8cac /modules/gallery/helpers/gallery_menu.php
parentab1fc6ad533968ac7cb1d0506e989f549935b7aa (diff)
parentcd92b2ed85f063d990412601c19eeed1783be7c4 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/gallery_menu.php')
-rw-r--r--modules/gallery/helpers/gallery_menu.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/gallery/helpers/gallery_menu.php b/modules/gallery/helpers/gallery_menu.php
index 854086c1..9729a868 100644
--- a/modules/gallery/helpers/gallery_menu.php
+++ b/modules/gallery/helpers/gallery_menu.php
@@ -100,12 +100,6 @@ class gallery_menu_Core {
->url("#")
->css_class("gFullSizeLink"));
}
- $menu
- ->append(Menu::factory("link")
- ->id("album")
- ->label(t("Return to album"))
- ->url($theme->item()->parent()->url("show={$theme->item->id}"))
- ->css_id("gAlbumLink"));
}
static function admin($menu, $theme) {