Make a theme function that would create the jQuery Countdown element for you and add the required JavaScript.

  echo theme('jquery_countdown', array('since' => $since), $id);
  function theme_jquery_countdown($options = array(), $id = 'jquery-countdown') {
    // Do stuff
  }

Comments

robloach’s picture

Status: Active » Fixed

Whee.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.