Commit 2781af9b7325983f5d4c32d29894b57bcaeb311a

Authored by Administrator
1 parent 6a70338d

firs page

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/layouts/admin.php
... ... @@ -25,7 +25,7 @@ $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 + <?= $content ?>
29 29 </div>
30 30 </div>
31 31 </div>
... ...