templates/web/customer/layout/header/header.bar.search.twig line 1

Open in your IDE?
  1. {##
  2.  # Header bar search box
  3.  #
  4.  # @ListChild (list="layout.header.bar", weight="200")
  5.  #}
  6. <div id="search">
  7.   {{ widget('\\XLite\\View\\Form\\Product\\Search\\Customer\\Simple') }}
  8. </div>