summaryrefslogtreecommitdiff
path: root/core/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers')
-rw-r--r--core/helpers/core_menu.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php
index 8a17d030..f9f6dbb0 100644
--- a/core/helpers/core_menu.php
+++ b/core/helpers/core_menu.php
@@ -79,7 +79,7 @@ class core_menu_Core {
->url("#")
->css_id("gHybridLink"));
}
-
+
public static function photo($menu, $theme) {
$menu
->append(Menu::factory("link")
@@ -88,17 +88,12 @@ class core_menu_Core {
->url("#")
->css_id("gFullsizeLink"))
->append(Menu::factory("link")
- ->id("comments")
- ->label(_("View comments on this item"))
- ->url("#comments")
- ->css_id("gCommentsLink"))
- ->append(Menu::factory("link")
->id("album")
->label(_("View album hybrid mode"))
->url("#")
->css_id("gAlbumLink"));
}
-
+
public static function admin($menu, $theme) {
$menu
->append(Menu::factory("link")