| 38 |
*/ |
*/ |
| 39 |
function bookimport_help($section) { |
function bookimport_help($section) { |
| 40 |
switch ($section) { |
switch ($section) { |
| 41 |
|
case 'admin/help#bookimport': |
| 42 |
|
return t('The Bookimport module enables import of Drupal book XML files'); |
| 43 |
case 'admin/modules#description': |
case 'admin/modules#description': |
| 44 |
|
return t('Allows authorized users to import Drupal books from Drupal XML files'); |
| 45 |
|
case 'admin/modules/bookimport': |
| 46 |
return t('Import Drupal book XML files'); |
return t('Import Drupal book XML files'); |
| 47 |
case 'admin/modules/import_eport': |
|
|
return t('Import Drupal book XML files'); |
|
|
case 'admin/help#bookimport': |
|
|
return t('The Bookimport module enables Drupal book XML files'); |
|
| 48 |
} |
} |
| 49 |
} |
} |
| 50 |
|
|