streaming-website/template/assemblies/footer.phtml
MaZderMind ea4b6c7699 Move get/set-Calls into ModelBase and abstract all access into a Model
Conflicts:
	model/Overview.php
	model/Room.php
	model/StreamList.php
	tests/ModelTestbase.php
2015-03-29 21:42:01 +02:00

7 lines
166 B
PHTML

<footer>
<? if($conference->hasFooterHtml()): ?>
<?= $conference->getFooterHtml() ?>
<? else: ?>
by <a href="https://c3voc.de">c3voc</a>
<? endif ?>
</footer>