modules/XC/CrispWhiteSkin/templates/web/customer/layout/header/mobile_header_parts/header.logo.twig line 1

Open in your IDE?
  1. {##
  2.  # Mobile header logo
  3.  #
  4.  #}
  5. <div id="{{ this.getUniqueId('logo') }}" class="company-logo">
  6.   <a href="{{ xurl() }}" title="{{ this.getLogoAlt() }}" rel="home">
  7.     {{ widget('\\XLite\\View\\LogoMobile') }}
  8.   </a>
  9. </div>