You are here

function calendar_systems_theme in Calendar Systems 6.3

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

Implementation of hook_theme().

See also

drupal_common_theme(), common.inc

template_preprocess_page(), theme.inc

File

./calendar_systems.module, line 94

Code

function calendar_systems_theme() {
  return array(
    'calendar_systems_profile_overview' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
    'calendar_systems_admin_button_table' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}