diff options
Diffstat (limited to 'modules/search.module')
-rw-r--r-- | modules/search.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/search.module b/modules/search.module index baf0809be..90e6de7c7 100644 --- a/modules/search.module +++ b/modules/search.module @@ -52,6 +52,8 @@ function search_menu() { 'callback' => 'search_help_page', 'access' => user_access('search content'), 'type' => MENU_SUGGESTED_ITEM); + $items[] = array('path' => 'search/search', 'title' => t('search'), + 'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10); $items[] = array('path' => 'search/configure', 'title' => t('configure'), 'callback' => 'search_configure', 'access' => user_access('administer site configuration'), |