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/favourites.tpl

15 lines
372 B
Smarty

{**
* Список избранных сообщений
*}
{extends file='layouts/layout.user.messages.tpl'}
{block name='layout_content'}
{if $aTalks}
{include file='actions/ActionTalk/message_list.tpl'}
{else}
{include file='alert.tpl' mAlerts=$aLang.talk_favourite_empty sAlertStyle='empty'}
{/if}
{include file='pagination.tpl' aPaging=$aPaging}
{/block}