server/core/lostpassword/templates/email.php
2013-08-18 11:06:59 +02:00

2 lines
110 B
PHP

<?php
echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));