Commit 6a70338d4c894456d91b320c37db79a1b25d67ff

Authored by Administrator
1 parent 29331fe8

firs page

Showing 1 changed file with 3 additions and 16 deletions   Show diff stats
frontend/views/layouts/admin.php
... ... @@ -14,22 +14,9 @@ $this->beginContent('@app/views/layouts/main.php');
14 14 echo Menu::widget([
15 15 'options' => ['class' => 'nav nav-pills nav-stacked'],
16 16 'items' => [
17   - ['label' => 'Вид камня', 'url' => ['type-of-stone/index']],
18   - ['label' => 'Цвета', 'url' => ['colors/index']],
19   - ['label' => 'Страна', 'url' => ['country/index']],
20   - ['label' => 'Категории', 'url' => ['category/index' ]],
21   - ['label' => 'Камень', 'url' => ['stone/index']],
22   - ['label' => 'Изделия', 'url' => ['goods/index']],
23   - ['label' => 'Услуги', 'url' => ['standard-services/index']],
24   - ['label' => 'Статьи', 'url' => ['articles/index']],
25   - ['label' => 'Акции', 'url' => ['events/index'],],
26   - ['label' => 'Статические страницы', 'url' => ['page/index']],
27   - //['label' => 'Заказы', 'url' => ['order/index']],
28   - ['label' => 'Консультация', 'url' => ['quick-order/index']],
29   - //['label' => 'Обратный звонок', 'url' => ['callback/index']],
30   - ['label' => 'Запрос "Подробнее"', 'url' => ['details-request/index']],
31   - ['label' => 'Подписки', 'url' => ['subscribe/index']],
32   - ['label' => 'SEO', 'url' => ['seo-data/index']],
  17 + ['label' => 'Кабинет', 'url' => ['accounts/cabinet']],
  18 +
  19 + ['label' => 'Выход', 'url' => ['/site/logout']],
33 20 ],
34 21 ]);
35 22 ?>
... ...