06 May 2012, 06:30
htmlTemplate: "<span class='cd-time'>{COUNTDOWN_TEXT}</span><!-- IF COUNTDOWN_YEAR and COUNTDOWN_MONTH --> %y <span class=\"cd-time\">{L_COUNT_YEARS}</span><!-- ENDIF --><!-- IF COUNTDOWN_YEAR or COUNTDOWN_MONTH --> %m <span class=\"cd-time\">{L_COUNT_MONTHS}</span><!-- ENDIF --> %d <span class=\"cd-time\">{L_DAYS}</span> %h <span class=\"cd-time\">{L_HOURS}</span> %i <span class=\"cd-time\">{L_MINUTES}</span> %s <span class=\"cd-time\">{L_SECONDS}</span>",06 May 2012, 07:41
06 May 2012, 07:54
%i <span class=\"cd-time\">{L_MINUTES}</span> %s <span class=\"cd-time\">{L_SECONDS}</span>06 May 2012, 09:59
06 May 2012, 13:01
06 May 2012, 13:15
06 May 2012, 14:07
06 May 2012, 14:27
12 May 2012, 17:09
.timecount{
color:#c21017;min-height:32px;leadingZero: true,<!-- IF COUNTDOWN_OFFSET_ENABLE -->
offset: {COUNTDOWN_OFFSET},
<!-- ENDIF -->'COUNTDOWN_MONTH' => $config['countdown_month'], 'COUNTDOWN_OFFSET_ENABLE' => $config['countdown_offset_enable'],
'COUNTDOWN_OFFSET' => $config['countdown_offset'],'countdown_date' => array('lang' => 'COUNTDOWN_DATE', 'validate' => 'string', 'type' => 'text:40:255', 'explain' => true),'countdown_offset_enable' => array('lang' => 'COUNTDOWN_OFFSET_ENABLE', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
'countdown_offset' => array('lang' => 'COUNTDOWN_OFFSET', 'validate' => 'int', 'type' => 'text:3:4', 'explain' => true),12 May 2012, 17:44