modules/QSL/ShopByBrand/templates/web/customer/modules/QSL/ShopByBrand/brand_page/logo.twig line 1

Open in your IDE?
  1. {##
  2.  # Brand logo
  3.  #
  4.  # @ListChild (list="customer.brand", weight="100")
  5.  #}
  6. <div class="brand-info">
  7.   {% if this.hasBrandLogo() %}
  8.     <div class="brand-logo" title="{{ this.getBrandName() }}">
  9.       {{ widget('\\XLite\\View\\Image', image=this.getLogo(), maxWidth=this.getLogoWidth(), maxHeight=this.getLogoHeight(), centerImage='0', verticalAlign='middle', alt=this.getBrandName()) }}
  10.     </div>
  11.   {% endif %}
  12. </div>