function jstimer_theme in Javascript Timer 7
Same name and namespace in other branches
- 8 jstimer.module \jstimer_theme()
- 6 jstimer.module \jstimer_theme()
Implementation of hook_theme().
File
- ./
jstimer.module, line 37
Code
function jstimer_theme($existing, $type, $theme, $path) {
$themes = array(
'jstimer' => array(
'variables' => array(
'widget_name' => NULL,
'widget_args' => NULL,
),
),
);
return $themes;
}