1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-05-02 00:59:27 +03:00
ifhub-skin/emails/email.user_changemail_from.tpl

15 lines
464 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Смена почты
*}
2018-03-05 14:05:17 +02:00
{extends 'component@email.email'}
2017-01-08 13:05:51 +02:00
{block 'content'}
{lang name='emails.user_changemail.text' params=[
'user_url' => $oUser->getUserWebPath(),
'user_name' => $oUser->getDisplayName(),
'mail_old' => $oChangemail->getMailFrom(),
'mail_new' => $oChangemail->getMailTo(),
'change_url' => "{router page='profile'}changemail/confirm-from/{$oChangemail->getCodeFrom()}/"
]}
{/block}