diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 3d3d34f..29f6977 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -21,189 +21,208 @@ $this->title = Yii::t('app', 'Главная'); ?>
-
- -
- $category->lang->name, - 'url' => [ - 'filter/category', - 'id' => $category->category_id, - ], - ]; - } - echo Menu::widget([ +
+ +
+ $category->lang->name, + 'url' => [ + 'filter/category', + 'id' => $category->category_id, + ], + ]; + } + echo Menu::widget( + [ 'items' => $menu_items, - ]); - ?> -
+ ] + ); + ?>
+
-
- options; - ?> - -
-
- - - +
+ options; + ?> + + + + +
+ +
+
*/ ?> +
-
-
- -
- lang->imageUrl), $banner->url); - ?> -
+
+ +
-
+ echo Html::a(Html::img($banner->lang->imageUrl), $banner->url); + ?> +
+ +
+
-- libgit2 0.21.4