custom/plugins/econdWebAnalytics/src/Resources/views/storefront/page/account/register/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/account/register/index.html.twig' %}
  2. {% block econda_header_content %}
  3.     {% if loginError %}
  4.         emospro.login = ['{{ page.extensions['userid'].get('userid') }}', 1]
  5.     {% endif %}
  6. {% endblock %}