Commit ee04c911caa39ec86f88c00a892b7e5c1607b29d
Merge remote-tracking branch 'origin/master'
Showing
4 changed files
with
2 additions
and
8 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -423,7 +423,7 @@ _________________________________________________________ --> |
423 | 423 | <div class="container"> |
424 | 424 | <div class="row"> |
425 | 425 | <div class="col-md-7"> |
426 | - <h1 class="main"><?= $seo->h1 ?></h1> | |
426 | + <h1 class="main"><?= !empty($seo->h1)?$seo->h1:(!empty($this->params['title'])?$this->params['title']:'') ?></h1> | |
427 | 427 | </div> |
428 | 428 | <div class="col-md-5"> |
429 | 429 | <?php | ... | ... |
frontend/views/page/view.php
frontend/views/site/about.php