Commit 05a17a047df10df417659bb12ccbd00d04632b95
1 parent
e8db28d9
admin add
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
backend/views/layouts/column.php
| ... | ... | @@ -283,6 +283,12 @@ $this->beginContent('@app/views/layouts/main.php'); |
| 283 | 283 | 'options' => ['class' => 'sidebar-menu'], |
| 284 | 284 | 'items' => [ |
| 285 | 285 | ['label' => "Прайс парсер", 'url' => ['parser/index']], |
| 286 | + ['label' => 'Submenu', 'items' => [ | |
| 287 | + ['label' => 'Action', 'url' => '#'], | |
| 288 | + ['label' => 'Another action', 'url' => '#'], | |
| 289 | + ['label' => 'Something else here', 'url' => '#'], | |
| 290 | + ], | |
| 291 | + ], | |
| 286 | 292 | ], |
| 287 | 293 | ]); |
| 288 | 294 | ?> | ... | ... |