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

17 lines
396 B
Smarty

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