1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/components/comment/comment-list.tpl

15 lines
358 B
Smarty

{**
* Список комментариев
*
* @param array comments Комментарии
*
* TODO: Добавить путь до комментария
*}
{include './comment-tree.tpl'
comments = $smarty.local.comments
forbidAdd = true
useFavourite = true
useVote = false
useScroll = false
maxLevel = 0}