You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
788 B

<?php
use yii\widgets\Breadcrumbs;
/**
* @var $this \yii\web\View
* @var $content string
*/
?>
<?php $this->beginContent('@frontend/web/themes/sport/layouts/main.php') ?>
<!-- Section Breadcrumbs-->
<section class="section parallax-container breadcrumbs-wrap" data-parallax-img="/themes/sport/images/news.jpg">
<div class="parallax-content breadcrumbs-custom context-dark">
<div class="container">
<h3 class="breadcrumbs-custom-title"><?= Yii::t('main', 'Contacts') ?></h3>
<?= Breadcrumbs::widget([
'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [],
'options' => ['class' => 'breadcrumbs-custom-path'],
'encodeLabels' => false,
]) ?>
</div>
</div>
</section>
<?= $content ?>
<?php $this->endContent() ?>