1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/application/frontend/components/wall/wall.comments.tpl

11 lines
365 B
Smarty
Raw Normal View History

2014-07-07 13:50:14 +03:00
{**
* Список комментариев к записи на стене
*
* @param array $comments Список комментариев
*}
2016-01-19 04:34:44 +02:00
{component_define_params params=[ 'comments' ]}
{foreach $comments as $comment}
{component 'wall' template='entry' entry=$comment showReply=false classes='wall-comment js-wall-comment' type='comment'}
2014-07-07 13:50:14 +03:00
{/foreach}