function tripal_db_help

2.x tripal_db.module tripal_db_help($path, $arg)
3.x tripal_db.module tripal_db_help($path, $arg)

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

1 string reference to 'tripal_db_help'
tripal_db_theme in legacy/tripal_db/tripal_db.module
Implements hook_theme().

File

legacy/tripal_db/tripal_db.module, line 59
General functions for the db module

Code

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