1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
ifhub.club/application/frontend/skin/synio/comments/comment_list.tpl

11 lines
225 B
Smarty

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