category)) { echo Html::a( $model->category->lang->title, [ 'blog/category', 'alias' => $model->category->lang->alias, ] ); } ?> | = date( 'd M, Y', $model->created_at ) ?>
= $model->lang->body_preview ?>
= $model->lang->body ?>
$model,
'display_name' => 'name',
'reply' => true,
'delete' => false,
'more' => [
'show_' => true,
'key' => 2,
],
'formView' => '@frontend/views/comment/artbox_comment_form',
'listView' => '@frontend/views/comment/artbox_comment_list',
'replyView' => '@frontend/views/comment/artbox_comment_reply',
'itemView' => '@frontend/views/comment/artbox_comment_item',
]
);
?>