Commit 6796bcc73d87f08ccf7c06f22730cf1ba87a5795

Authored by Alexey Boroda
1 parent 679bf700

-Some menu manipulation

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