Welcome to mirror list, hosted at ThFree Co, Russian Federation.

email.php « templates - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1907a1044ad248e3199d371c2f5baed2c2f40fec (plain)
1
2
3
<?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>'));