1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/synio/comments/comment_list.tpl
Denis Shakhov b1d638ee25 Comments
2013-05-25 14:32:26 +07:00

11 lines
227 B
Smarty

{**
* Список комментариев
*
* @styles css/comments.css
*}
{foreach from=$aComments item=oComment}
{include file='comments/comment.tpl' bList=true}
{/foreach}
{include file='paging.tpl' aPaging=$aPaging}