function ife_theme in Inline Form Errors 7
Same name and namespace in other branches
- 6.2 ife.module \ife_theme()
- 6 ife.module \ife_theme()
- 7.2 ife.module \ife_theme()
Implements hook_theme().
File
- ./
ife.module, line 119 - 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',
'path' => drupal_get_path('module', 'ife'),
),
);
}