1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/skin/developer/emails/email.invite.tpl

16 lines
432 B
Smarty

{**
* Приглашение на сайт
*}
{extends 'components/email/email.tpl'}
{block 'content'}
{lang name='emails.invite.text' params=[
'user_url' => $oUserFrom->getUserWebPath(),
'user_name' => $oUserFrom->getDisplayName(),
'website_url' => Router::GetPath('/'),
'website_name' => Config::Get('view.name'),
'invite_code' => $oInvite->getCode(),
'login_url' => {router page='login'}
]}
{/block}