You are here

function redhen_theme in RedHen CRM 7

Implements hook_theme().

File

./redhen.module, line 140
Defines basic functionality common to all parts of the Redhen CRM.

Code

function redhen_theme() {
  return array(
    'redhen_property_field' => array(
      'variables' => array(
        'label_hidden' => FALSE,
        'title_attributes' => NULL,
        'label' => '',
        'content_attributes' => NULL,
        'items' => array(),
        'item_attributes' => array(
          0 => '',
        ),
        'classes' => '',
        'attributes' => '',
      ),
    ),
    'redhen_home' => array(
      'items' => NULL,
    ),
  );
}