custom/plugins/ATNTheme/src/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 { #}
  9.             {# 'namespace': 'ATNTheme', #}
  10.             {# 'pack': 'wbn', #}
  11.             {# 'size': 'md' #}
  12.             {# } %} #}
  13.             {# </span>#}
  14.             <i class="icon wbn-icon-search"></i>
  15.         </button>
  16.     </div>
  17. {% endblock %}