aboutsummaryrefslogtreecommitdiff
path: root/template/not-started.phtml
blob: 51496424f7817ce87944a1d54be1a49ce57bd0f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="container about">
<? if($conference->hasNotStartedHtml()): ?>
	<?= $conference->getNotStartedHtml() ?>
<? else: ?>
	<h1><?=h($conference->getTitle())?> has not started yet</h1>

	<p>
		Live streams will be available here once it has started. Please check back later.
	</p>
<? endif ?>
</div>