1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionTalk/favourites.tpl
2014-02-06 16:44:27 +07:00

10 lines
256 B
Smarty

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