| 1 |
<?php // $Id: wghtml_module_module.php,v 1.1 2005/10/09 15:59:51 djnz Exp $ |
<?php // $Id: wghtml_module_module.php,v 1.1.4.1 2007/02/19 01:45:51 djnz Exp $ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* Implementation of hook_help(). |
* Implementation of hook_help(). |
| 5 |
*/ |
*/ |
| 6 |
function wghtml_help($section) { |
function wghtml_help($section) { |
| 7 |
switch ($section) { |
switch ($section) { |
| 8 |
case 'admin/modules#description': |
case 'admin/help#wghtml': |
| 9 |
// This description is shown in the listing at admin/modules. |
// This description is shown in the listing at admin/modules. |
| 10 |
return t('Import HTML pages to nodes.'); |
return t('wgHTML imports HTML pages to Drupal.'); |
| 11 |
// REVISIT could do with more help here perhaps |
// REVISIT could do with more help here perhaps |
| 12 |
} |
} |
| 13 |
} |
} |