1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-29 04:55:02 +03:00
ifhub.club/application/frontend/components/wall/wall.comments.tpl
2016-01-19 09:34:44 +07:00

11 lines
365 B
Smarty

{**
* Список комментариев к записи на стене
*
* @param array $comments Список комментариев
*}
{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'}
{/foreach}