Commit 34ca0fa213d694affb3f7429f4b4200044c13220

Authored by Administrator
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 25 <?= Breadcrumbs::widget([
26 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 34 </div>
30 35 </div>
31 36 </div>
... ...