aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/footer.phtml
blob: 6f48cee0610e8c3c0f9dd998ff6eb6ff9b0955e2 (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>