aboutsummaryrefslogtreecommitdiff
path: root/template/page.phtml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/page.phtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/page.phtml b/template/page.phtml
index 016debf..93dfe02 100644
--- a/template/page.phtml
+++ b/template/page.phtml
@@ -85,5 +85,10 @@
data-frontend-url="<?=h($subtitles->getFrontendURL())?>"
></span>
<? endif ?>
+
+
+ <? if($conference->hasAdditionalHtml()): ?>
+ <?= $conference->getAdditionalHtml() ?>
+ <? endif ?>
</body>
</html>