1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/templates/skin/synio/actions/ActionProfile/created.comments.tpl

10 lines
264 B
Smarty
Raw Normal View History

{**
* Список комментариев созданных пользователем
*}
{extends file='layouts/layout.user.tpl'}
{block name='layout_content'}
{include file='navs/nav.user.created.tpl'}
{include file='comments/comment_list.tpl'}
{/block}