1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/developer/layouts/layout.user.messages.tpl

13 lines
227 B
Smarty
Raw Normal View History

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