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/favourite.comments.tpl

17 lines
396 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Избранные комментарии пользователя
*
* @param array $comments
* @param array $paging
*}
{extends 'layouts/layout.user.favourite.tpl'}
2017-01-08 13:05:51 +02:00
{block 'layout_user_page_title'}
{lang 'user.favourites.title'}
2017-01-08 13:05:51 +02:00
{/block}
{block 'layout_content' append}
{component 'comment.list' comments=$comments paging=$paging classes='js-topic-comments-list'}
2017-01-08 13:05:51 +02:00
{/block}