--- search_keywords.module 24 Apr 2006 13:07:28 -0000 1.10 +++ search_keywords.module 14 Sep 2006 03:24:58 -0000 @@ -17,8 +17,8 @@ case 'admin/modules#description': return t('Logs access search_keywords for your site.'); case 'admin/settings/search_keywords': - return t('

Settings for the search keywords information that Drupal will keep about the site. See site search_keywords for the actual information.

', array('%search_keywords' => url('admin/logs/recent_keywords'))); - case 'admin/logs/recent_keywords': + return t('

Settings for the search keywords information that Drupal will keep about the site. See site search_keywords for the actual information.

', array('%search_keywords' => url('admin/logs/search_keywords'))); + case 'admin/logs/search_keywords': return t('

This page shows you the recent search keywords.

'); } } @@ -54,7 +54,7 @@ $access = user_access('access search_keywords'); if ($may_cache) { - $items[] = array('path' => 'admin/logs/keywords', 'title' => t('recent keywords'), + $items[] = array('path' => 'admin/logs/search_keywords', 'title' => t('recent keywords'), 'callback' => 'search_keywords_recent_keywords', 'access' => $access, 'weight' => 3); }