diff options
Diffstat (limited to '')
| -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> | 
