1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/developer/emails/email.reminder_password.tpl
Denis Shakhov 9afb2fe21b Подготовка компонентов к переносу
Относительные пути в extend'ах заменены на независимые вида component@name.template
2015-01-29 13:41:05 +07:00

11 lines
184 B
Smarty

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