aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind2017-05-25 22:16:09 +0200
committerMaZderMind2017-05-25 22:22:24 +0200
commite7e1c702d1f70f1c58f74fb9f7004fe94744a6c3 (patch)
treefcb4b3cc25f63882ee1da6d0171b9c95ee18ebc4
parentaa2bf877af8ce1a5dd0ace6f26fab02cf6985753 (diff)
do not display custom html on overview page
-rw-r--r--template/page.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/page.phtml b/template/page.phtml
index 93dfe02..0ac474c 100644
--- a/template/page.phtml
+++ b/template/page.phtml
@@ -87,7 +87,7 @@
<? endif ?>
- <? if($conference->hasAdditionalHtml()): ?>
+ <? if($page != 'allconferences' && $conference->hasAdditionalHtml()): ?>
<?= $conference->getAdditionalHtml() ?>
<? endif ?>
</body>