function tripal_pub_help

2.x tripal_pub.module tripal_pub_help($path, $arg)
3.x tripal_pub.module tripal_pub_help($path, $arg)

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

Related topics

2 string references to 'tripal_pub_help'
tripal_pub_menu in tripal_pub/tripal_pub.module
Implements hook_menu().
tripal_pub_theme in tripal_pub/tripal_pub.module
Implements hook_theme(). Register themeing functions for this module

File

tripal_pub/tripal_pub.module, line 311
Basic functionality of the pub module

Code

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