Compare View

switch
from
...
to
 
Commits (2)
backend/views/layouts/menu_items.php
... ... @@ -75,7 +75,7 @@
75 75 ],
76 76 [
77 77 'label' => \Yii::t('core', 'Блог'),
78   - 'url' => ['#'],
  78 + 'url' => '#',
79 79 'icon' => 'book',
80 80 'items' => [
81 81 [
... ...