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