| 1 |
<?php |
<?php |
| 2 |
// $Id: search_keywords.module,v 1.18 2007/02/08 03:17:03 sugree Exp $ |
// $Id: search_keywords.module,v 1.19 2007/03/27 06:00:44 sugree Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 12 |
function search_keywords_help($section) { |
function search_keywords_help($section) { |
| 13 |
switch ($section) { |
switch ($section) { |
| 14 |
case 'admin/help#search_keywords': |
case 'admin/help#search_keywords': |
| 15 |
$output = '<p>'. t('The search_keywords module keeps track of numerous search_keywords of site usage.') .'</p>'; |
$output = '<p>'. t('The search_keywords module keeps track of search keywords used to find content on this site.') .'</p>'; |
| 16 |
return $output; |
return $output; |
| 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.'); |