1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/emails/email.reminder_code.tpl

13 lines
317 B
Smarty
Raw Normal View History

{**
* Смена пароля
*}
{extends 'components/email/email.tpl'}
{block 'content'}
{lang name='emails.reminder_code.text' params=[
'website_url' => Router::GetPath('/'),
'website_name' => Config::Get('view.name'),
2014-11-25 12:02:44 +02:00
'recover_url' => "{router page='login'}reset/{$oReminder->getCode()}/"
]}
{/block}