Commit a96802a229e37102842dcbe9beaf7e6cef1ffb5f
1 parent
de281890
О клинике
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/views/site/about.php
| ... | ... | @@ -10,9 +10,9 @@ |
| 10 | 10 | * @var SeoComponent $seo |
| 11 | 11 | * @var Page $page_stom |
| 12 | 12 | */ |
| 13 | -$seo = \Yii::$app->get('seo'); | |
| 14 | -$this->title = \Yii::t('app', 'О клинике'); | |
| 15 | -$this->params[ 'breadcrumbs' ][] = $this->title; | |
| 13 | + $seo = \Yii::$app->get('seo'); | |
| 14 | + $this->title = \Yii::t('app', 'О клинике'); | |
| 15 | + $this->params[ 'breadcrumbs' ][] = $this->title; | |
| 16 | 16 | ?> |
| 17 | 17 | <div class="container"> |
| 18 | 18 | <section> | ... | ... |