1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-07-01 06:14:59 +03:00
ifhub-skin/emails/email.reminder_code.tpl

13 lines
344 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Смена пароля
*}
{extends 'Component@email.email'}
{block 'content'}
{lang name='emails.reminder_code.text' params=[
'website_url' => Router::GetPath('/'),
'website_name' => Config::Get('view.name'),
'recover_url' => "{router page='auth'}password-reset/{$oReminder->getCode()}/"
]}
{/block}