diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-06 00:35:30 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-06-06 00:35:30 -0600 |
commit | c5425f42a4a13f7f585ffe45c070a865cdef6077 (patch) | |
tree | 3c23fd95a9404fd43de8da7ede7adeb8a6a4e58f /modules/gallery/helpers | |
parent | 71257cedb63c6124e974635e24ec16af77e49586 (diff) |
Remove album view icon link, added album link to info module. This and breadcrumb should suffice.
Diffstat (limited to 'modules/gallery/helpers')
-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 2a9e193b..97f0fd81 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) { |