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

Open in your IDE?
  1. {##
  2.  # Header right box
  3.  #
  4.  # @ListChild (list="layout.header.mobile.menu", weight="1000")
  5.  #}
  6. <li class="dropdown mobile_header-right_menu">
  7.     <div class="header-right-bar">
  8.       {{ widget_list('layout.header.right.mobile', displayMode='horizontal') }}
  9.     </div>
  10. </li>