Commit 902e7c2f61c57ccfad60128bf7210dc0ffd370b3

Authored by Timur Kastemirov
1 parent ea62efb3

h1 in site pages

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/site/green.php
... ... @@ -15,7 +15,7 @@ use yii\web\View;
15 15 $settings = Settings::getInstance();
16 16  
17 17 $this->params['h1'] = \Yii::t('app', 'menu-green');
18   - $this->params[ 'breadcrumbs' ][] = $$this->params['h1'];
  18 + $this->params[ 'breadcrumbs' ][] = $this->params['h1'];
19 19 ?>
20 20  
21 21 <div id="green-wr">
... ...