aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/countdown.phtml
blob: e72079bba1e73396fa8aefbf06515da1c1b23e1e (plain)
1
2
3
4
<? if($next): ?>
	<h2>See you soon at <?=h($next['name'])?></h2>
	<span class="countdown"><?=h(days_diff_readable($next['start_date']))?></span>
<? endif ?>