{include file="public:header"/} {if condition="CONTROLLER_NAME eq 'Index' and (ACTION_NAME eq 'index' or ACTION_NAME eq 'search')"} {if condition="isset($banners) and count($banners)"}
{/if} {if condition="isset($notices) and count($notices)"}
{foreach name="notices" item="vo"} {/foreach}
{/if}
{/if}
{__CONTENT__}
{include file="public:footer"/}