1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-06-26 12:00:47 +03:00
ifhub-skin/actions/ActionProfile/created.topics.tpl

16 lines
361 B
Smarty

{**
* Список топиков созданных пользователем
*
* @param array $topics
* @param array $paging
*}
{extends 'layouts/layout.user.created.tpl'}
{block 'layout_user_page_title'}
{lang 'user.publications.title'}
{/block}
{block 'layout_content' append}
{component 'topic.list' topics=$topics paging=$paging}
{/block}