You are here

function health_help in Health Status 7

Implements hook_help().

@todo: Fill this in.

File

./health.module, line 246
Contains the basic hooks and function used by the Health system.

Code

function health_help($path, $arg) {
  switch ($path) {
    case "admin/help#health":
      return theme('health_help_page');
  }
}