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/layouts/layout.user.messages.tpl

13 lines
229 B
Smarty
Raw Normal View History

{**
* Базовый шаблон личных сообщений
*}
2014-05-15 19:39:46 +03:00
{extends './layout.user.tpl'}
{block 'layout_options' append}
2014-05-15 19:39:46 +03:00
{$sNav = 'messages'}
{/block}
2014-05-15 19:39:46 +03:00
{block 'layout_user_page_title'}
2014-07-22 19:16:27 +03:00
{$aLang.talk.title}
{/block}