1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/templates/skin/developer/emails/russian/email.wall.new.tpl
2013-06-20 15:42:37 +07:00

10 lines
348 B
Smarty

{extends file='emails/email.base.tpl'}
{block name='content'}
Пользователь <a href="{$oUser->getUserWebPath()}">{$oUser->getLogin()}</a> оставил сообщение на <a href="{$oUserWall->getUserWebPath()}wall/">вашей стене</a>
<br>
<br>
Текст сообщения:
<br>
<i>{$oWall->getText()}</i>
{/block}