diff options
author | MaZderMind | 2017-05-25 22:16:09 +0200 |
---|---|---|
committer | MaZderMind | 2017-05-25 22:22:24 +0200 |
commit | e7e1c702d1f70f1c58f74fb9f7004fe94744a6c3 (patch) | |
tree | fcb4b3cc25f63882ee1da6d0171b9c95ee18ebc4 /template | |
parent | aa2bf877af8ce1a5dd0ace6f26fab02cf6985753 (diff) |
do not display custom html on overview page
Diffstat (limited to 'template')
-rw-r--r-- | template/page.phtml | 2 |
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> |