function mefibs_theme in MEFIBS - More exposed forms in blocks 8
Same name and namespace in other branches
- 7 mefibs.module \mefibs_theme()
Implements hook_theme().
File
- ./
mefibs.module, line 19 - Primarily Drupal hooks and global API functions to manipulate views and to provide an additional block with an exposed filter form.
Code
function mefibs_theme($existing, $type, $theme, $path) {
return array(
'mefibs_views_ui_block_list' => array(
'render element' => 'form',
'file' => 'mefibs.theme.inc',
),
);
}