aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2017-05-25 16:08:52 +0200
committerMaZderMind2017-05-25 16:08:52 +0200
commitad26c3038f99d7c4a042ccae65788424b182c9b6 (patch)
treedea43b953a1845fca04dd8f3e199bcaa8239189f /template
parentc326e96dc0ccafe470c9877e7146e03775e4f980 (diff)
support embedding additional html on all pages
Diffstat (limited to 'template')
-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>