diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-05-20 06:22:47 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-05-20 06:22:47 -0700 |
commit | f9cbff9fcc334da2853262ca46414edf80c2086e (patch) | |
tree | ac7754f6cb4168bd6b93b256565e6c16496e89a0 /modules/comment/helpers/comment_event.php | |
parent | ffc3f9f41c3d8d6df08d9ad6138f4ad74749ccec (diff) | |
parent | 110350776d5bda3b8535f0329ea69b914daa8019 (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/comment/helpers/comment_event.php')
-rw-r--r-- | modules/comment/helpers/comment_event.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_event.php b/modules/comment/helpers/comment_event.php index 51e663e6..25fd4171 100644 --- a/modules/comment/helpers/comment_event.php +++ b/modules/comment/helpers/comment_event.php @@ -51,11 +51,19 @@ class comment_event_Core { } static function admin_menu($menu, $theme) { + /* + $menu->get("settings_menu") + ->append(Menu::factory("link") + ->id("comment") + ->label(t("Comments")) + ->url(url::site("admin/comments"))); + */ + $menu->get("content_menu") ->append(Menu::factory("link") ->id("comments") ->label(t("Comments")) - ->url(url::site("admin/comments"))); + ->url(url::site("admin/manage_comments"))); } static function photo_menu($menu, $theme) { |