diff options
author | MaZderMind | 2015-12-02 18:17:18 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-02 18:17:18 +0100 |
commit | 9d434af7f2ce972a65043d5fa3c7f476b91c1fda (patch) | |
tree | 984d0a33e8b61a3b2b3c2bd847a551c5f8bc3a6e /template/closed.phtml | |
parent | 8a4fc337510ddaeb8ea3f27b7b5e807416c001ae (diff) |
generate closed-page countdown on server-side
Diffstat (limited to '')
-rw-r--r-- | template/closed.phtml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/template/closed.phtml b/template/closed.phtml index 0b56e74..3e6ebf0 100644 --- a/template/closed.phtml +++ b/template/closed.phtml @@ -3,10 +3,7 @@ <h1><?=h($conference->getTitle())?> is over!</h1> <? endif ?> - <? if($next): ?> - <h2>See you soon at <?=h($next['name'])?></h2> - <span class="countdown" data-dt="<?=h($next['start_date'])?>"></span> - <? endif ?> + <? include("$assemblies/countdown.phtml") ?> <p> <? if($conference->hasReleases()): ?> |