blob: 31947a7650c3ec9741bb4d56e0ca327c003eb20f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|