You are here

function gathercontent_theme in GatherContent 7.3

Same name and namespace in other branches
  1. 7.2 gathercontent.module \gathercontent_theme()

Implements hook_theme().

File

./gathercontent.theme.inc, line 84
Form elements and theme functions for GatherContent module.

Code

function gathercontent_theme() {
  return array(
    'gathercontent_tableselect' => array(
      'render element' => 'element',
    ),
    'gathercontent_checkboxcounter' => array(
      'render element' => 'element',
    ),
  );
}