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

11 lines
225 B
Smarty
Raw Normal View History

2013-05-23 20:15:54 +03:00
{**
* Список комментариев
*
* @styles css/comments.css
*}
{foreach $aComments as $oComment}
2013-05-25 10:32:26 +03:00
{include file='comments/comment.tpl' bList=true}
2013-05-23 20:15:54 +03:00
{/foreach}
2013-07-09 08:09:06 +03:00
{include file='pagination.tpl' aPaging=$aPaging}