function trumba_theme in Trumba 2.x
Same name and namespace in other branches
- 8 trumba.module \trumba_theme()
- 7 trumba.module \trumba_theme()
Implements hook_theme().
File
- ./trumba.module, line 57 
- Contains trumba.module..
Code
function trumba_theme() {
  $return = array();
  $return['trumba_calendar'] = [
    'variables' => [
      'spud_id' => '',
    ],
  ];
  return $return;
}