get("content_menu") ->append(Menu::factory("link") ->id("comments") ->label(_("Comments")) ->url("#")); } public static function photo($menu, $theme) { $menu ->append(Menu::factory("link") ->id("comments") ->label(_("View comments on this item")) ->url("#comments") ->css_id("gCommentsLink")); } }