1 2 3 4 5
<? if($conference->hasBannerHtml()): ?> <div class="banner"> <?=$conference->getBannerHtml()?> </div> <? endif ?>