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.topic_new.tpl
2013-06-20 15:42:37 +07:00

5 lines
352 B
Smarty

{extends file='emails/email.base.tpl'}
{block name='content'}
Пользователь <a href="{$oUserTopic->getUserWebPath()}">{$oUserTopic->getLogin()}</a> опубликовал в блоге <b>«{$oBlog->getTitle()|escape:'html'}»</b> новый топик &mdash; <a href="{$oTopic->getUrl()}">{$oTopic->getTitle()|escape:'html'}</a>
{/block}