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

Open in your IDE?
  1. {##
  2.  # Header right box
  3.  #
  4.  # @ListChild (list="layout.header", weight="200")
  5.  #}
  6. {% if not this.isCheckoutLayout() %}
  7.   <div id="header" class="header-right-bar">
  8.     {{ widget_list('layout.header.right', displayMode='horizontal') }}
  9.   </div>
  10. {% endif %}