1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionUserfeed/list.tpl
2014-11-25 17:01:57 +07:00

13 lines
253 B
Smarty

{**
* Лента пользователя
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_options'}
{$sNav = 'topics'}
{/block}
{block 'layout_content'}
{include 'components/topic/topic-list.tpl' topics=$aTopics paging=$aPaging}
{/block}