1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 13:24:26 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionProfile/created.comments.tpl

14 lines
364 B
Smarty
Raw Normal View History

{**
* Список комментариев созданных пользователем
*}
{extends 'layouts/layout.user.tpl'}
{block 'layout_user_page_title'}
{lang name='user.publications.title'}
{/block}
{block 'layout_content' append}
{include 'navs/nav.user.created.tpl'}
{include 'components/comment/comment-list.tpl' aComments=$aComments}
{/block}