mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
11 lines
201 B
PHTML
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 ?>
|