From a96802a229e37102842dcbe9beaf7e6cef1ffb5f Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 29 Sep 2017 12:58:36 +0300 Subject: [PATCH] О клинике --- frontend/views/site/about.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; ?>
-- libgit2 0.21.4