8a34dff0
Aleksandr
+ коментарии (fro...
|
1
2
3
4
5
6
7
8
9
10
|
<?php
/* @var $this yii\web\View */
$this->registerJsFile(Yii::$app->request->baseUrl . '/js/comments.js', ['yii\web\JqueryAsset']);
?>
<?php use common\widgets\CommentWidget; ?>
<?= CommentWidget::widget(['comments' => $data, 'reload' => $reload]) ?>
|