modules/XC/CrispWhiteSkin/templates/web/customer/layout/header/header_settings/email.twig line 1

Open in your IDE?
  1. {##
  2.  # Log out link
  3.  #
  4.  # @ListChild (list="layout.header.right.settings", weight="-100")
  5.  #}
  6. {% if this.isLogged() and this.getProfileLogin() %}
  7.     <ul class='quick-links'>
  8.         <li class="account-email">
  9.             <span>{{ this.getProfileLogin() }}</span>
  10.         </li>
  11.     </ul>
  12. {% endif %}