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/synio/emails/email.wall.new.tpl
2016-08-30 11:33:43 +07:00

14 lines
386 B
Smarty

{**
* Новое сообщение на стене
*}
{extends 'Component@email.email'}
{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}