function tripal_library_help
2.x tripal_library.module | tripal_library_help($path, $arg) |
3.x tripal_library.module | tripal_library_help($path, $arg) |
1.x tripal_library.module | tripal_library_help($path, $arg) |
Implements hook_help(). Adds a help page to the module list
Related topics
2 string references to 'tripal_library_help'
- tripal_library_menu in legacy/
tripal_library/ tripal_library.module - Implements hook_menu().
- tripal_library_theme in legacy/
tripal_library/ tripal_library.module - Implements hook_theme().
File
- legacy/
tripal_library/ tripal_library.module, line 255 - Integrates the Chado Library module with Drupal Nodes & Views
Code
function tripal_library_help($path, $arg) {
if ($path == 'admin/help#tripal_library') {
return theme('tripal_library_help', array());
}
}