1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-29 04:55:02 +03:00
ifhub.club/application/frontend/skin/developer/emails/ru/email.talk_new.tpl

18 lines
686 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{extends file='emails/email.base.tpl'}
{block name='content'}
Вам пришло новое письмо от пользователя <a href="{$oUserFrom->getUserWebPath()}">{$oUserFrom->getLogin()}</a>, прочитать и ответить на него можно перейдя по <a href="{router page='talk'}read/{$oTalk->getId()}/">этой ссылке</a>
<br>
<br>
Тема письма: <b>{$oTalk->getTitle()|escape:'html'}</b>
<br>
{if $oConfig->GetValue('sys.mail.include_talk')}
Текст сообщения:<br>
<i>{$oTalk->getText()}</i>
<br>
{/if}
<br>
Не забудьте предварительно авторизоваться!
{/block}