function calendar_systems_theme in Calendar Systems 7
Same name and namespace in other branches
- 8 calendar_systems.module \calendar_systems_theme()
- 6.3 calendar_systems.module \calendar_systems_theme()
- 6 calendar_systems.module \calendar_systems_theme()
- 6.2 calendar_systems.module \calendar_systems_theme()
- 7.3 calendar_systems.module \calendar_systems_theme()
- 7.2 calendar_systems.module \calendar_systems_theme()
Implements hook_theme().
File
- ./
calendar_systems.module, line 73 - Contains Calendar Systems hook implementations and helpers.
Code
function calendar_systems_theme() {
return array(
'calendar_systems_profile_overview' => array(
'render element' => 'form',
),
);
}