Commit b90b38a0 authored by andre's avatar andre

новая верстка блога

parent 89d2e209
...@@ -4,11 +4,12 @@ use yii\helpers\Html; ...@@ -4,11 +4,12 @@ use yii\helpers\Html;
use yii\helpers\Url; use yii\helpers\Url;
use common\modules\blog\models\Post; use common\modules\blog\models\Post;
use common\modules\blog\assets\GeneratorAsset;
/* @var $this yii\web\View */ /* @var $this yii\web\View */
/* @var $model common\modules\blog\models\Post */ /* @var $model common\modules\blog\models\Post */
$this->registerJs("initScrollPager()", yii\web\View::POS_END); $this->registerJs("initScrollPager()", yii\web\View::POS_END);
GeneratorAsset::register($this);
?> ?>
<div class="blog_container"> <div class="blog_container">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment