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

14 lines
361 B
Smarty

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