diff options
author | MaZderMind | 2015-11-08 15:15:53 +0100 |
---|---|---|
committer | MaZderMind | 2015-11-08 15:15:53 +0100 |
commit | a0b2129479ba10561811847c0651df8b55c8a6ba (patch) | |
tree | 2177365d737a24453783107697d19e712330f66d /template/allclosed.phtml | |
parent | efe1f83a7cc419df700dfe36ef11da20607d8eae (diff) |
Support an All-Conference-Closed Screen and mutliple Schedules & Relive-URLs
Diffstat (limited to '')
-rw-r--r-- | template/allclosed.phtml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/allclosed.phtml b/template/allclosed.phtml new file mode 100644 index 0000000..31947a7 --- /dev/null +++ b/template/allclosed.phtml @@ -0,0 +1,14 @@ +<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 ?> + + <p> + You can watch most of our Recordings at <a href="<?=h($conference->getReleasesUrl())?>"><?=h($conference->getReleasesUrl())?></a>. + </p> + + <br><br><br> + + <? include("$assemblies/upcoming.phtml") ?> +</div> |