diff options
Diffstat (limited to 'core/helpers/core_menu.php')
-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) { |