streaming-website/template/assemblies/footer.phtml

8 lines
166 B
PHTML
Raw Normal View History

2014-11-09 21:57:17 +00:00
<footer>
<? if($conference->hasFooterHtml()): ?>
<?= $conference->getFooterHtml() ?>
<? else: ?>
by <a href="https://c3voc.de">c3voc</a>
<? endif ?>
2014-11-09 21:57:17 +00:00
</footer>