diff --git a/frontend/views/layouts/sidebar.php b/frontend/views/layouts/sidebar.php index aa34230..7efb794 100644 --- a/frontend/views/layouts/sidebar.php +++ b/frontend/views/layouts/sidebar.php @@ -45,11 +45,11 @@ // ] // ], // ['label' => 'Simple Link', 'icon' => 'th', 'badge' => 'New'], - ['label' => 'Чеки', 'icon' => 'th', 'url' => ['check/check']], - ['label' => 'Компании', 'icon' => 'th', 'url' => ['company/company']], - ['label' => 'Отделения', 'icon' => 'th', 'url' => ['addresses/addresses']], - ['label' => 'Товары', 'icon' => 'th', 'url' => ['product/product']], - ['label' => 'Категории товаров', 'icon' => 'th', 'url' => ['product_category/product-category']], + ['label' => 'Чеки', 'icon' => 'th', 'url' => ['/check/check']], + ['label' => 'Компании', 'icon' => 'th', 'url' => ['/company/company']], + ['label' => 'Отделения', 'icon' => 'th', 'url' => ['/addresses/addresses']], + ['label' => 'Товары', 'icon' => 'th', 'url' => ['/product/product']], + ['label' => 'Категории товаров', 'icon' => 'th', 'url' => ['/product_category/product-category']], // ['label' => 'Yii2 PROVIDED', 'header' => true], // ['label' => 'Login', 'url' => ['site/login'], 'icon' => 'sign-in-alt', 'visible' => Yii::$app->user->isGuest], // ['label' => 'Gii', 'icon' => 'file-code', 'url' => ['/gii'], 'target' => '_blank'],