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/allclosed.phtml | |
parent | 8a4fc337510ddaeb8ea3f27b7b5e807416c001ae (diff) |
generate closed-page countdown on server-side
Diffstat (limited to '')
-rw-r--r-- | template/allclosed.phtml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/template/allclosed.phtml b/template/allclosed.phtml index 31947a7..f999ddc 100644 --- a/template/allclosed.phtml +++ b/template/allclosed.phtml @@ -1,8 +1,5 @@ <div class="container about"> - <? 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> You can watch most of our Recordings at <a href="<?=h($conference->getReleasesUrl())?>"><?=h($conference->getReleasesUrl())?></a>. |