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/actions/ActionTalk/inbox.tpl
2014-06-11 15:59:54 +07:00

18 lines
368 B
Smarty

{**
* Список сообщений
*}
{extends 'layouts/layout.user.messages.tpl'}
{block 'layout_options' append}
{$bNoSystemMessages = false}
{/block}
{block 'layout_content'}
{if $aTalks}
{include './search.tpl'}
{/if}
{include './talk-list.tpl' bMessageListCheckboxes=true}
{include 'components/pagination/pagination.tpl' aPaging=$aPaging}
{/block}