mirror of
https://github.com/voc/streaming-website
synced 2024-11-14 16:37:18 +00:00
7 lines
166 B
PHTML
7 lines
166 B
PHTML
<footer>
|
|
<? if($conference->hasFooterHtml()): ?>
|
|
<?= $conference->getFooterHtml() ?>
|
|
<? else: ?>
|
|
by <a href="https://c3voc.de">C3VOC</a>
|
|
<? endif ?>
|
|
</footer>
|