From 01dcbbcda5a4630cec6a1bbee052ef108e291a5d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 7 Jan 2009 09:08:53 +0000 Subject: Add very basic comment listing which shows the different queues (approved, unapproved, spam). --- modules/comment/helpers/comment_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/helpers') diff --git a/modules/comment/helpers/comment_menu.php b/modules/comment/helpers/comment_menu.php index 6b17f57f..9c7a5698 100644 --- a/modules/comment/helpers/comment_menu.php +++ b/modules/comment/helpers/comment_menu.php @@ -23,7 +23,7 @@ class comment_menu_Core { ->append(Menu::factory("link") ->id("comments") ->label(_("Comments")) - ->url("#")); + ->url(url::site("admin/comments"))); } public static function photo($menu, $theme) { -- cgit v1.2.3