diff --git a/frontend/views/site/about.php b/frontend/views/site/about.php index 5d28981..3cb3775 100755 --- a/frontend/views/site/about.php +++ b/frontend/views/site/about.php @@ -10,9 +10,9 @@ * @var SeoComponent $seo * @var Page $page_stom */ -$seo = \Yii::$app->get('seo'); -$this->title = \Yii::t('app', 'О клинике'); -$this->params[ 'breadcrumbs' ][] = $this->title; + $seo = \Yii::$app->get('seo'); + $this->title = \Yii::t('app', 'О клинике'); + $this->params[ 'breadcrumbs' ][] = $this->title; ?>