diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-27 23:16:41 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-27 23:16:41 +0000 |
commit | 7b7c9a8c85f4235604eff4168ea6e07152416250 (patch) | |
tree | 971b0032e856459054e561cad286d8c1cdc06276 | |
parent | 7530088d9154c66214db459b301ac60526320587 (diff) | |
download | brdo-7b7c9a8c85f4235604eff4168ea6e07152416250.tar.gz brdo-7b7c9a8c85f4235604eff4168ea6e07152416250.tar.bz2 |
#474570 by Shawn DeArmond: Make forum a normal menu item, rather than suggested.
-rw-r--r-- | modules/forum/forum.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 69e0fad58..234c26b48 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -86,7 +86,6 @@ function forum_menu() { 'title' => 'Forums', 'page callback' => 'forum_page', 'access arguments' => array('access content'), - 'type' => MENU_SUGGESTED_ITEM, ); $items['admin/build/forum'] = array( 'title' => 'Forums', |