registration/templates/email.php

4 lines
162 B
PHP

<?php
echo str_replace('{link}', $_['link'], $l->t('To create a new account on ownCloud, just click the following link:<br/><br/>
<a href="{link}">{link}</a>'));