modules/XC/CrispWhiteSkin/templates/web/customer/layout/header/header.bar.links.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.isAccountLinksVisible() and not this.isCheckoutLayout() %}
  7.   <div class="header_bar-sign_in">
  8.     {{ widget('XLite\\View\\Button\\PopupLogin', label='Sign in / sign up') }}
  9.   </div>
  10. {% endif %}