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/wall/wall.entry.tpl
2014-07-07 17:50:14 +07:00

13 lines
515 B
Smarty

{**
* Стена / Запись (Пост / Комментарий)
*
* @param object $entry Комментарий
* @param boolean $showReply Показывать или нет кнопку комментирования
* @param string $classes Классы
*}
{include 'components/comment/comment.tpl'
oComment = $smarty.local.entry
bShowReply = $smarty.local.showReply
sAttributes = "data-type=\"{$smarty.local.type}\""
sClasses = "wall-comment js-wall-entry {$smarty.local.classes}"}