| 1 |
<?php |
<?php |
| 2 |
// $Id: search_keywords.module,v 1.17 2007/01/03 01:48:51 sugree Exp $ |
// $Id: search_keywords.module,v 1.17.2.1 2007/01/06 16:20:18 sugree Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 17 |
case 'admin/modules#description': |
case 'admin/modules#description': |
| 18 |
return t('Logs access search_keywords for your site.'); |
return t('Logs access search_keywords for your site.'); |
| 19 |
case 'admin/settings/search_keywords': |
case 'admin/settings/search_keywords': |
| 20 |
return t('<p>Settings for the search keywords information that Drupal will keep about the site. See <a href="%search_keywords">site search_keywords</a> for the actual information.</p>', array('%search_keywords' => url('admin/logs/search_keywords'))); |
return t('<p>Settings for the search keywords information that Drupal will keep about the site. See <a href="!search_keywords">site search_keywords</a> for the actual information.</p>', array('!search_keywords' => url('admin/logs/search_keywords'))); |
| 21 |
case 'admin/logs/search_keywords': |
case 'admin/logs/search_keywords': |
| 22 |
return t('<p>This page shows you the recent search keywords.</p>'); |
return t('<p>This page shows you the recent search keywords.</p>'); |
| 23 |
} |
} |