You are here

function jstimer_theme in Javascript Timer 8

Same name and namespace in other branches
  1. 6 jstimer.module \jstimer_theme()
  2. 7 jstimer.module \jstimer_theme()

Implementation of hook_theme().

File

./jstimer.module, line 34

Code

function jstimer_theme($existing, $type, $theme, $path) {
  $themes = array(
    'jstimer' => array(
      'variables' => array(
        'widget_name' => NULL,
        'widget_args' => NULL,
      ),
    ),
  );
  return $themes;
}