modules/QSL/AMP/templates/web/customer/modules/QSL/AMP/layout/header/additional_menu.twig line 1

Open in your IDE?
  1. {##
  2.  # Header right box
  3.  #
  4.  # @ListChild (list="amp.header.menu", weight="1000")
  5.  #}
  6. <li><span><hr/></span></li>
  7. {% for w in this.getViewList('amp.sidebar.additional-menu') %}
  8.     <li>{{ w.display() }}</li>
  9. {% endfor %}