From 6796bcc73d87f08ccf7c06f22730cf1ba87a5795 Mon Sep 17 00:00:00 2001 From: captainbeer Date: Fri, 9 Feb 2018 18:47:17 +0200 Subject: [PATCH] -Some menu manipulation --- frontend/views/site/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/site/about.php b/frontend/views/site/about.php index 77de91a..5a94fd9 100644 --- a/frontend/views/site/about.php +++ b/frontend/views/site/about.php @@ -8,7 +8,7 @@ * @var SeoComponent $seo */ $seo = \Yii::$app->get('seo'); -// $this->params[ 'breadcrumbs' ][] = $seo->title; + $this->params[ 'breadcrumbs' ][] = $page->lang->alias->title; $this->params['h1'] = $page->lang->alias->title; ?>
-- libgit2 0.21.4