custom/static-plugins/EfbStorefront/Resources/views/storefront/layout/header/search.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/search.html.twig' %}
  2. {% block layout_header_search_button %}
  3.     <div class="input-group-append">
  4.         <button type="submit"
  5.                 class="btn header-search-btn"
  6.                 aria-label="{{ "header.searchButton"|trans|striptags }}">
  7.             <span class="header-search-icon">
  8.                 {% sw_icon 'search' style {'namespace': 'EfbStorefront'} %}
  9.             </span>
  10.         </button>
  11.     </div>
  12. {% endblock %}