diff --git a/frontend/views/site/about.php b/frontend/views/site/about.php index 36ac0bc..77de91a 100644 --- a/frontend/views/site/about.php +++ b/frontend/views/site/about.php @@ -8,7 +8,8 @@ * @var SeoComponent $seo */ $seo = \Yii::$app->get('seo'); - $this->params[ 'breadcrumbs' ][] = $seo->title; +// $this->params[ 'breadcrumbs' ][] = $seo->title; + $this->params['h1'] = $page->lang->alias->title; ?>
-- libgit2 0.21.4