Commit c99b052625a5290c45768296d65cbd41c3ef5de3
1 parent
70c9a713
-Some menu manipulation
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/views/site/about.php
| ... | ... | @@ -8,7 +8,8 @@ |
| 8 | 8 | * @var SeoComponent $seo |
| 9 | 9 | */ |
| 10 | 10 | $seo = \Yii::$app->get('seo'); |
| 11 | - $this->params[ 'breadcrumbs' ][] = $seo->title; | |
| 11 | +// $this->params[ 'breadcrumbs' ][] = $seo->title; | |
| 12 | + $this->params['h1'] = $page->lang->alias->title; | |
| 12 | 13 | ?> |
| 13 | 14 | <div class="container"> |
| 14 | 15 | <section> | ... | ... |