From c99b052625a5290c45768296d65cbd41c3ef5de3 Mon Sep 17 00:00:00 2001 From: captainbeer Date: Fri, 9 Feb 2018 18:46:22 +0200 Subject: [PATCH] -Some menu manipulation --- frontend/views/site/about.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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