modules/XC/CrispWhiteSkin/templates/web/customer/authorization/parts/link.create.twig line 1

Open in your IDE?
  1. {##
  2.  # Link : create account
  3.  #
  4.  # @ListChild (list="customer.signin.links", weight="100")
  5.  #}
  6. {% if this.getTarget() == 'checkout' %}
  7.     <a class="create-account-link" href="{{ xurl('checkout', '', {'mode': 'register'}) }}">{{ t('Create account') }}</a>
  8. {% else %}
  9.     {{ widget('XC\\CrispWhiteSkin\\View\\Button\\CreateAccount') }}
  10. {% endif %}