1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 13:54:26 +03:00
ifhub.club/application/frontend/skin/developer/components/wall/wall.entry.tpl
2014-10-18 13:07:45 +07:00

13 lines
513 B
Smarty

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