12 lines
267 B
Twig
12 lines
267 B
Twig
|
|
{% sw_extends "@Storefront/storefront/layout/header/header.html.twig" %}
|
||
|
|
|
||
|
|
{% block layout_header_search %}
|
||
|
|
<div class="col"></div>
|
||
|
|
{% endblock %}
|
||
|
|
|
||
|
|
{% block layout_header_actions_wishlist %}{% endblock %}
|
||
|
|
|
||
|
|
{% block layout_header_actions_account %}{% endblock %}
|
||
|
|
|
||
|
|
|