1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/skin/developer/components/wall/wall.comments.tpl
2014-11-09 21:19:58 +07:00

9 lines
322 B
Smarty

{**
* Список комментариев к записи на стене
*
* @param array $comments Список комментариев
*}
{foreach $smarty.local.comments as $comment}
{include './wall.entry.tpl' entry=$comment showReply=false classes='wall-comment js-wall-comment' type='comment'}
{/foreach}