Blame view
sources/core/lostpassword/templates/email.php
110 Bytes
|
03e52840d
|
1 |
<?php |
|
31b7f2792
|
2 |
echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));
|
|
03e52840d
|
1 |
<?php |
|
31b7f2792
|
2 |
echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));
|