function redhen_registration_theme in RedHen CRM 7
Implements hook_theme().
File
- modules/
redhen_registration/ redhen_registration.module, line 83 - Module file for RedHen Registration.
Code
function redhen_registration_theme() {
return array(
'redhen_registration_list' => array(
'variables' => array(
'registrations' => NULL,
'header' => NULL,
'contact' => NULL,
),
),
);
}