function bricks_inline_theme in Bricks 7.5
Implements hook_theme().
File
- bricks_inline/
bricks_inline.module, line 10 - Main file for bricks_inline module.
Code
function bricks_inline_theme($existing, $type, $theme, $path) {
$items['bricks_inline_entity_form_table'] = array(
'render element' => 'form',
'base hook' => 'inline_entity_form_entity_table',
);
return $items;
}