templates/web/customer/layout/header/header.logo.twig line 1

Open in your IDE?
  1. {##
  2.  # Header logo
  3.  #
  4.  # @ListChild (list="layout.header", weight="100")
  5.  #}
  6. <div id="{{ this.getUniqueId('logo') }}" class="company-logo">
  7.   <a href="{{ xurl() }}" title="{{ this.getLogoAlt() }}" rel="home">
  8.     {{ widget('\\XLite\\View\\Logo') }}
  9.   </a>
  10. </div>