You are here

function calendar_systems_theme in Calendar Systems 7.3

Same name and namespace in other branches
  1. 8 calendar_systems.module \calendar_systems_theme()
  2. 6.3 calendar_systems.module \calendar_systems_theme()
  3. 6 calendar_systems.module \calendar_systems_theme()
  4. 6.2 calendar_systems.module \calendar_systems_theme()
  5. 7 calendar_systems.module \calendar_systems_theme()
  6. 7.2 calendar_systems.module \calendar_systems_theme()

Implements hook_theme().

File

./calendar_systems.module, line 69
Contains Calendar Systems hook implementations and helpers.

Code

function calendar_systems_theme() {
  return array(
    'calendar_systems_profile_overview' => array(
      'render element' => 'form',
    ),
  );
}