modules/XC/CrispWhiteSkin/templates/web/customer/layout/header/header.bar.links.logged.twig line 1

Open in your IDE?
  1. {##
  2.  # Header bar account links
  3.  #
  4.  # @ListChild (list="layout.header.bar", weight="100")
  5.  #}
  6. {% if this.isLogged() and not this.isCheckoutLayout() %}
  7.   <div class="dropdown header_bar-my_account">
  8.     <a data-toggle="dropdown" data-target="#">{{ t('My account') }}</a>
  9.     <ul class="account-links dropdown-menu">
  10.       {{ widget_list('layout.header.bar.links.logged') }}
  11.     </ul>
  12.   </div>
  13. {% endif %}