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

Open in your IDE?
  1. {##
  2.  # Log out link
  3.  #
  4.  # @ListChild (list="slidebar.navbar.account.second-additional-menu", weight="1000")
  5.  # @ListChild (list="layout.header.right.settings", weight="1000")
  6.  #}
  7. {% if this.isLogged() %}
  8.     <ul class='quick-links'>
  9.         <li class="account-link-logoff">
  10.             <a href="{{ xurl('login', 'logoff') }}" class="log-off icon-logout">
  11.                 <span>{{ t('Log out') }}</span>
  12.             </a>
  13.         </li>
  14.     </ul>
  15. {% endif %}