1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-02 22:45:02 +03:00
ifhub.club/application/frontend/skin/developer/emails/email.user_changemail_from.tpl

15 lines
428 B
Smarty
Raw Normal View History

{**
* Смена почты
*}
{extends 'Component@email.email'}
{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}