1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionTalk/inbox.tpl
2014-12-05 18:49:29 +07:00

17 lines
391 B
Smarty

{**
* Список сообщений
*
* @param array $talks
* @param array $paging
*}
{extends 'layouts/layout.user.messages.tpl'}
{block 'layout_options' append}
{$bNoSystemMessages = false}
{/block}
{block 'layout_content'}
{include 'components/talk/talk-search-form.tpl'}
{include 'components/talk/talk-list.tpl' talks=$talks paging=$paging selectable=true}
{/block}