diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 01:55:40 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 01:55:40 +0000 |
commit | 3bba61b733366aa22ff98e95c0d3ed9f83995946 (patch) | |
tree | 08db1b1653a39f9dd45a563ac25f7d649b0b7a05 /core/helpers | |
parent | 1ef090cd1599582d5b883c929cf23dc01f652fd8 (diff) |
Removed hybrid album view link. Not used, probably won't be part of core.
Diffstat (limited to 'core/helpers')
-rw-r--r-- | core/helpers/core_menu.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php index 2ec8e073..5133daf2 100644 --- a/core/helpers/core_menu.php +++ b/core/helpers/core_menu.php @@ -93,12 +93,6 @@ class core_menu_Core { } static function album($menu, $theme) { - $menu - ->append(Menu::factory("link") - ->id("hybrid") - ->label(t("View album hybrid mode")) - ->url("#") - ->css_id("gHybridLink")); } static function photo($menu, $theme) { |