registration/templates/email.validate_plaintext.php

5 lines
126 B
PHP

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