1 2 3 4 5 6 7
<footer> <? if($conference->hasFooterHtml()): ?> <?= $conference->getFooterHtml() ?> <? else: ?> by <a href="https://c3voc.de">C3VOC</a> <? endif ?> </footer>