1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionTalk/favourites.tpl
2014-07-23 23:36:13 +07:00

9 lines
199 B
Smarty

{**
* Список избранных сообщений
*}
{extends 'layouts/layout.user.messages.tpl'}
{block 'layout_content'}
{include 'components/talk/talk-list.tpl' talks=$aTalks}
{/block}