4 lines
125 B
PHP
4 lines
125 B
PHP
|
<?php
|
||
|
echo $l->t("To create a new account on %s, just click the following link:", [$_['sitename']]);
|
||
|
echo "\n\n".$_['link'];
|