function health_theme in Health Status 7
Implements hook_theme().
File
- ./
health.module, line 74 - Contains the basic hooks and function used by the Health system.
Code
function health_theme() {
return array(
'health_status_email' => array(
'template' => 'templates/health_status_email',
'variables' => array(),
),
'health_help_page' => array(
'template' => 'templates/health_help_page',
'variables' => array(),
),
);
}