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.user_friend_new.tpl

14 lines
305 B
Smarty

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