1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/skin/synio/emails/email.reminder_password.tpl
2016-08-30 11:33:43 +07:00

11 lines
196 B
Smarty

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