{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {$headerBanner = 'header-banner'} {$headerTop = 'header-top'} {$headerBottom = 'header-bottom'} {$headerNavFullWidth = 'header-nav-full-width'} {capture name="header_banner"}{hook h='displayBanner'}{/capture} {block name='header_banner'} {if !empty($smarty.capture.header_banner)}
{$smarty.capture.header_banner nofilter}
{/if} {/block} {capture name="header_nav_1"}{hook h='displayNav1'}{/capture} {capture name="header_nav_2"}{hook h='displayNav2'}{/capture} {block name='header_nav'} {if !empty($smarty.capture.header_nav_1) || !empty($smarty.capture.header_nav_2)}
{$smarty.capture.header_nav_1 nofilter}
{$smarty.capture.header_nav_2 nofilter}
{/if} {/block} {block name='header_bottom'}
{hook h='displayTop'}
{* JUST PLACEHOLDER FOR RESPONSIVE COMPONENT TO LOAD REAL ONE *} {* JUST PLACEHOLDER FOR RESPONSIVE COMPONENT TO LOAD REAL ONE *}
{if !$configuration.is_catalog}
{* JUST PLACEHOLDER FOR RESPONSIVE COMPONENT TO LOAD REAL ONE *} {* JUST PLACEHOLDER FOR RESPONSIVE COMPONENT TO LOAD REAL ONE *}
{/if}
{capture name="nav_full_width"}{hook h='displayNavFullWidth'}{/capture} {if !empty($smarty.capture.nav_full_width)}
{$smarty.capture.nav_full_width nofilter}
{/if} {/block}