aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/footer.phtml
blob: 619eff81a0ba0e699ae6d66050c282e37d6966c1 (plain)
1
2
3
4
5
6
7
<footer>
	<? if($conference->hasFooterHtml()): ?>
		<?= $conference->getFooterHtml() ?>
	<? else: ?>
		by <a href="https://c3voc.de">c3voc</a>
	<? endif ?>
</footer>