You are here

function clock_theme in Clock 7

Same name and namespace in other branches
  1. 6 clock.module \clock_theme()
  2. 7.2 clock.module \clock_theme()

Implements hook_theme.

File

./clock.module, line 230

Code

function clock_theme() {
  return array(
    'clock' => array(
      'variables' => array(
        'time_zone' => NULL,
        'date_format' => '',
        'update' => 1,
      ),
    ),
  );
}