Rather than remove this link which is now ducmented. I want to change the link. I can change it directly in the
/core/templates/layout.public.php
but I would rather change the linkcorrectly as hard coding it here isn’t right & will probably changed on each update…
The code currently sits as:
<a href="<?php p($_['signUpLink']); ?>" target="_blank" rel="noreferrer noopener">
<?php p($l->t('Get your own free account')); ?>
</a>
</p>
I’m only noob so I understand it pulls the information for ‘SignUpLink’ but I don’t know where from. Information on where to change that wouls be greatly appreciated. Thank you.
Also, let me know if I missed providing relevent information.