1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-07-01 06:14:59 +03:00
ifhub-skin/actions/ActionProfile/created.topics.tpl

16 lines
361 B
Smarty
Raw Normal View History

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