1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-25 13:49:28 +03:00
ifhub-skin/emails/email.user_friend_new.tpl

14 lines
330 B
Smarty

{**
* Заявка в друзья
*}
{extends 'component@email.email'}
{block 'content'}
{lang name='emails.user_friend_new.text' params=[
'user_url' => $oUserFrom->getUserWebPath(),
'user_name' => $oUserFrom->getDisplayName(),
'text' => $sText,
'url' => $sPath
]}
{/block}