As you can see from the screenshot, the links lead to the login page and not to the registration page.
How do you change?
thanks a lot
<?php
$registration_link = _PS_VERSION_ >= '1.5' ? 'index.php?controller=authentication' : 'authentication.php';
?>
<?php
$registration_link = _PS_VERSION_ >= '1.5' ? 'index.php?controller=authentication&create_account=1' : 'authentication.php';
?>