templates/web/customer/layout/header/header.bar.checkout.logos.twig line 1

Open in your IDE?
  1. {##
  2.  # Header bar account links
  3.  #
  4.  # @ListChild (list="layout.header", weight="190")
  5.  #}
  6. {% if this.isCheckoutLayout() %}
  7.   {#<div class="header-checkout_logos">#}
  8.     {#<img src="{{ asset('images/checkout_logos.png') }}" title="Safe & Secure checkout">#}
  9.   {#</div>#}
  10. {% endif %}