streaming-website/template/allclosed.phtml
2018-10-30 21:35:01 +01:00

11 lines
201 B
PHTML

<? if($last): ?>
<? $conference = $last; include('closed.phtml'); ?>
<? else: ?>
<p>
You can watch most of our recordings at <a href="https://media.ccc.de/">media.ccc.de</a>.
</p>
<? endif ?>