Closed (fixed)
Project:
jQuery Countdown
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2009 at 19:24 UTC
Updated:
28 Apr 2009 at 20:20 UTC
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
Comment #1
robloachWhee.