? 312167_menu_notify.patch Index: comment_notify.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/comment_notify/comment_notify.module,v retrieving revision 1.21 diff -u -p -r1.21 comment_notify.module --- comment_notify.module 12 Sep 2008 21:46:09 -0000 1.21 +++ comment_notify.module 23 Sep 2008 14:49:58 -0000 @@ -141,9 +141,9 @@ function comment_notify_menu() { 'page callback' => 'drupal_get_form', 'page arguments' => array('comment_notify_settings'), 'access arguments' => array('Administer comment notify'), - 'type' => MENU_DEFAULT_LOCAL_TASK, + 'type' => MENU_NORMAL_ITEM, ); - /* $items['admin/settings/comment_notify/settings'] = array( + $items['admin/settings/comment_notify/settings'] = array( 'title' => 'Settings', 'description' => 'Configure settings for e-mails about new comments.', 'page callback' => 'drupal_get_form', @@ -151,7 +151,7 @@ function comment_notify_menu() { 'access arguments' => array('Administer comment notify'), 'type' => MENU_DEFAULT_LOCAL_TASK, ); - */ + $items['admin/settings/comment_notify/unsubscribe'] = array( 'title' => 'Unsubscribe', 'description' => 'Unsubscribe an email from all notifications.',