1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/components/wall/wall.entry.tpl
2015-10-18 22:16:44 +07:00

16 lines
591 B
Smarty

{**
* Стена / Запись (Пост / Комментарий)
*
* @param object $entry Комментарий
* @param boolean $showReply Показывать или нет кнопку комментирования
* @param string $classes Классы
*}
{$entry = $smarty.local.entry}
{component 'comment'
comment = $entry
showReply = $smarty.local.showReply
useScroll = false
attributes = [ 'data-type' => $smarty.local.type, 'data-user-id' => $entry->getUser()->getId() ]
classes = "wall-comment js-wall-entry {$smarty.local.classes}"}