From cdc4ca816d175ab455f30024dbfd64069b537cf3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 24 Jan 2005 21:01:57 +0000 Subject: - Patch #15977 by Neil: made the forum module suggest a menu item. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index cf65e1c6e..ab19b4f3b 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -211,7 +211,7 @@ function forum_menu($may_cache) { $items[] = array('path' => 'forum', 'title' => t('forums'), 'callback' => 'forum_page', 'access' => user_access('access content'), - 'type' => MENU_CALLBACK); + 'type' => MENU_SUGGESTED_ITEM); } return $items; -- cgit v1.2.3