diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-06-06 11:39:11 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-06 11:39:11 -0700 |
| commit | 5835715e49f98943c561d6cee67840488c428175 (patch) | |
| tree | 4a48034bc1f3e4b279b8791dbc7c30b5d21f8cac /modules/gallery/helpers/gallery_menu.php | |
| parent | ab1fc6ad533968ac7cb1d0506e989f549935b7aa (diff) | |
| parent | cd92b2ed85f063d990412601c19eeed1783be7c4 (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.php | 6 |
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) { |
