|
|
|
@ -3,12 +3,13 @@ use yii\helpers\Html;
|
|
|
|
|
use yii\bootstrap\Nav; |
|
|
|
|
use yii\bootstrap\NavBar; |
|
|
|
|
use yii\widgets\Breadcrumbs; |
|
|
|
|
use app\config\AppAsset; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @var $this \yii\web\View |
|
|
|
|
* @var $content string |
|
|
|
|
* @var \yii\web\View $this |
|
|
|
|
* @var string $content |
|
|
|
|
*/ |
|
|
|
|
app\config\AppAsset::register($this); |
|
|
|
|
AppAsset::register($this); |
|
|
|
|
?> |
|
|
|
|
<?php $this->beginPage(); ?> |
|
|
|
|
<!DOCTYPE html> |
|
|
|
@ -47,7 +48,7 @@ app\config\AppAsset::register($this);
|
|
|
|
|
<div class="container"> |
|
|
|
|
<?= Breadcrumbs::widget([ |
|
|
|
|
'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [], |
|
|
|
|
]); ?> |
|
|
|
|
]) ?> |
|
|
|
|
<?= $content ?> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|