Commit c0c887b93f05500545067272c769bd6f1dc1c1c1

Authored by Eugeny Galkovskiy
1 parent 3b28a7f4

main page + carousel + contacts

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -452,7 +452,7 @@ _________________________________________________________ -->
452 452 <div class="container">
453 453 <div class="row">
454 454 <div class="col-md-7">
455   - <h1><?= $seo->h1 ?></h1>
  455 + <h1><?= $this->title; ?></h1>
456 456 </div>
457 457 <div class="col-md-5">
458 458 <?= Breadcrumbs::widget(
... ...