summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-06-06 15:24:49 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-06-06 15:24:49 -0700
commitb9ee6f7d185c734dcff595d06d9c6e6fda5822ac (patch)
tree4cc37bde852469449afd0989bfceeeddac84a200 /modules/gallery/helpers
parent0e415dae9b29d792f631d3b94349086b8094c920 (diff)
parentb179b106c2b4d3971498f513ffc71eff1b6b1a5d (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers')
-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) {