{% sw_extends '@Storefront/storefront/layout/header/header.html.twig' %} {% set headerStyle = config('SsikMetroLight.config.headerStyle') %} {% set ssikLogoPosition = config('SsikMetroLight.config.ssikLogoPosition') %} {% set isAfterLogoShow = config('SsikMetroLight.config.isAfterLogoShow') %} {% block layout_top_bar %}
{{parent()}}
{% endblock %} {% block layout_header_navigation %}
{{parent()}}
{% endblock %} {% block layout_header_logo %} {% if ssikLogoPosition is same as('center') %}
{% sw_include '@Storefront/storefront/layout/header/logo.html.twig' %}
{% else %} {{parent()}} {% if headerStyle is same as ('shopware') %} {% if isAfterLogoShow == 1 %} {% sw_include '@Storefront/storefront/ssik/header-after-logo.html.twig' %} {% endif %} {% endif %} {% if headerStyle == 'metro' %} {% sw_include '@Storefront/storefront/ssik/header-nav-inline.html.twig' %} {% endif %} {% endif %} {% endblock %} {% block layout_header_search %} {% if ssikLogoPosition is same as('center') %}
{% block layout_header_navigation_toggle_tablet %} {{parent()}} {% endblock %}
{% sw_include '@Storefront/storefront/layout/header/search.html.twig' %}
{% else %} {{parent()}} {% endif %} {% endblock %} {% block layout_header_actions_account %} {% if headerStyle == 'metro' %} {% endif %} {{parent()}} {% endblock %}