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.wall.reply.tpl

15 lines
448 B
Smarty

{**
* Ответ на сообщение на стене
*}
{extends 'components/email/email.tpl'}
{block 'content'}
{lang name='emails.wall_reply.text' params=[
'user_url' => $oUser->getUserWebPath(),
'user_name' => $oUser->getDisplayName(),
'wall_url' => "{$oUserWall->getUserWebPath()}wall/",
'message_parent_text' => $oWallParent->getText(),
'message_text' => $oWall->getText()
]}
{/block}