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/comment/comment-list.tpl
2014-11-06 23:51:24 +07:00

13 lines
298 B
Smarty

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