1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-25 21:59:27 +03:00
ifhub-skin/actions/ActionTalk/inbox.tpl

13 lines
302 B
Smarty

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