diff options
author | MaZderMind | 2015-04-30 13:07:38 +0200 |
---|---|---|
committer | MaZderMind | 2015-04-30 13:07:38 +0200 |
commit | 91a548285cca3e1eac5947ac6101ad5c4c56b391 (patch) | |
tree | 2f99cc6874f90be11ae35c09ad7a5f59319637c3 /template/closed.phtml | |
parent | 88fa2b84ef7664ba8ae2741a8b83dd6d1ad9d2bc (diff) |
Countdown in closed-View
Diffstat (limited to '')
-rw-r--r-- | template/closed.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/closed.phtml b/template/closed.phtml index 6cb86c4..66d458d 100644 --- a/template/closed.phtml +++ b/template/closed.phtml @@ -3,6 +3,7 @@ <? if($next): ?> <h2>See you soon at <?=h($next['name'])?></h2> + <span class="countdown" data-dt="<?=h($next['start_date'])?>"></span> <? endif ?> <p> |