1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-05-17 16:38:24 +03:00
ifhub-skin/emails/email.user_friend_new.tpl

14 lines
330 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Заявка в друзья
*}
{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}