diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index d156626..65d0ba7 100644
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -271,45 +271,51 @@ _________________________________________________________ -->
- 'ArtBox Core',
- 'url' => [ '/#ab-core' ],
- 'options' => [
- 'class' => 'scroll-to',
- ],
- ];
- $items[] = [
- 'label' => 'ArtBox Каталог',
- 'url' => [ '/#ab-cat' ],
- 'options' => [
- 'class' => 'scroll-to',
- ],
- ];
- $items[] = [
- 'label' => 'ArtBox Shop',
- 'url' => [ '/#ab-shop' ],
- 'options' => [
- 'class' => 'scroll-to',
- ],
- ];
- $items[] = [
- 'label' => 'Контакты',
- 'url' => [ '/#ab-tar' ],
- 'options' => [
- 'class' => 'scroll-to',
- ],
- ];
- echo Nav::widget(
- [
- 'items' => $items,
- 'options' => [
- 'class' => 'nav navbar-nav navbar-right',
- ],
- ]
- );
- ?>
+ 'ArtBox Core',
+// 'url' => [ '/#ab-core' ],
+// 'options' => [
+// 'class' => 'scroll-to',
+// ],
+// ];
+// $items[] = [
+// 'label' => 'ArtBox Каталог',
+// 'url' => [ '/#ab-cat' ],
+// 'options' => [
+// 'class' => 'scroll-to',
+// ],
+// ];
+// $items[] = [
+// 'label' => 'ArtBox Shop',
+// 'url' => [ '/#ab-shop' ],
+// 'options' => [
+// 'class' => 'scroll-to',
+// ],
+// ];
+// $items[] = [
+// 'label' => 'Контакты',
+// 'url' => [ '/#ab-tar' ],
+// 'options' => [
+// 'class' => 'scroll-to',
+// ],
+// ];
+// echo Nav::widget(
+// [
+// 'items' => $items,
+// 'options' => [
+// 'class' => 'nav navbar-nav navbar-right',
+// ],
+// ]
+// );
+// ?>
+
--
libgit2 0.21.4