1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionProfile/favourite.comments.tpl
2014-08-05 21:28:16 +07:00

14 lines
347 B
Smarty

{**
* Избранные комментарии пользователя
*}
{extends 'layouts/layout.user.tpl'}
{block 'layout_user_page_title'}
{lang name='user.favourites.title'}
{/block}
{block 'layout_content' append}
{include 'navs/nav.user.favourite.tpl'}
{include 'components/comment/comment-list.tpl' aComments=$aComments}
{/block}