function gc_theme in GatherContent 8
Implements hook_theme().
File
- ./
gc.theme.inc, line 54 - Form elements and theme functions for GatherContent module.
Code
function gc_theme() {
return array(
'gc_tableselect' => array(
'render element' => 'element',
),
);
}