Commit 34ca0fa213d694affb3f7429f4b4200044c13220
1 parent
2781af9b
firs page
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
frontend/views/layouts/admin.php
@@ -25,7 +25,12 @@ $this->beginContent('@app/views/layouts/main.php'); | @@ -25,7 +25,12 @@ $this->beginContent('@app/views/layouts/main.php'); | ||
25 | <?= Breadcrumbs::widget([ | 25 | <?= Breadcrumbs::widget([ |
26 | 'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [], | 26 | 'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [], |
27 | ]) ?> | 27 | ]) ?> |
28 | - <?= $content ?> | 28 | + |
29 | + <div class="menu-location-index"> | ||
30 | + <?= $content ?> | ||
31 | + | ||
32 | + </div> | ||
33 | + | ||
29 | </div> | 34 | </div> |
30 | </div> | 35 | </div> |
31 | </div> | 36 | </div> |