1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-25 21:59:27 +03:00
ifhub-skin/emails/email.reminder_password.tpl

11 lines
196 B
Smarty

{**
* Новый пароль
*}
{extends 'component@email.email'}
{block 'content'}
{lang name='emails.reminder_password.text' params=[
'password' => $sNewPassword
]}
{/block}