From 3bba61b733366aa22ff98e95c0d3ed9f83995946 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 23 Feb 2009 01:55:40 +0000 Subject: Removed hybrid album view link. Not used, probably won't be part of core. --- core/helpers/core_menu.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/helpers') 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) { -- cgit v1.2.3