You are here

function jquery_countdown_timer_theme in jQuery Countdown Timer 7

Implements hook_theme().

File

./jquery_countdown_timer.module, line 12
This module provides block with a simple jQuery coundown

Code

function jquery_countdown_timer_theme() {
  return array(
    'jquery_countdown_timer_container' => array(
      'variables' => array(),
    ),
  );
}