You are here

function ife_theme in Inline Form Errors 7.2

Same name and namespace in other branches
  1. 6.2 ife.module \ife_theme()
  2. 6 ife.module \ife_theme()
  3. 7 ife.module \ife_theme()

Implements hook_theme().

File

./ife.module, line 123
Drupal hooks.

Code

function ife_theme() {
  return array(
    'ife_settings_form_ids' => array(
      'render element' => 'form',
      'file' => 'ife.theme.inc',
    ),
    'ife_form_element' => array(
      'render element' => 'element',
      'file' => 'ife.theme.inc',
    ),
  );
}