function tripal_project_help

2.x tripal_project.module tripal_project_help($path, $arg)
3.x tripal_project.module tripal_project_help($path, $arg)

Implements hook_help(). Adds a help page to the module list

Related topics

2 string references to 'tripal_project_help'
tripal_project_menu in tripal_project/tripal_project.module
Implements hook_menu().
tripal_project_theme in tripal_project/tripal_project.module
Implements hook_theme().

File

tripal_project/tripal_project.module, line 125
Integrates the Chado Project tables with Drupal Nodes & Views

Code

function tripal_project_help($path, $arg) {
  if ($path == 'admin/help#tripal_project') {
    return theme('tripal_project_help', array());
  }
}