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