1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/components/wall/wall.comments.tpl

9 lines
322 B
Smarty
Raw Normal View History

2014-07-07 13:50:14 +03:00
{**
* Список комментариев к записи на стене
*
* @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'}
2014-07-07 13:50:14 +03:00
{/foreach}