From 110f7c2a140462a2fad038ec67a3496577f3c101 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 13 Sep 2017 16:59:37 +0300 Subject: [PATCH] Главная --- frontend/views/layouts/main.php | 18 +++++++++--------- frontend/views/site/index.php | 2 +- frontend/web/img/customer-1.png | Bin 37705 -> 0 bytes 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index b7e19eb..2a5971a 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -296,11 +296,11 @@ _________________________________________________________ --> ]; } $items[] = [ - 'label' => \Yii::t('app', 'Contatcs'), + 'label' => \Yii::t('app', 'Контакты'), 'url' => [ 'site/contact' ], ]; $items[] = [ - 'label' => \Yii::t('app', 'About'), + 'label' => \Yii::t('app', 'О нас'), 'url' => [ 'site/about' ], ]; echo Nav::widget( @@ -379,7 +379,7 @@ _________________________________________________________ -->

'send-form btn btn-lg btn-template-primary', ] @@ -401,13 +401,13 @@ _________________________________________________________ -->

@@ -457,19 +457,19 @@ _________________________________________________________ --> - Contact us! + Написать нам
-

+

office)) { echo \Yii::t( 'app', - 'Office {office}', + 'Офис {office}', [ 'office' => $settings->office, ] @@ -493,7 +493,7 @@ _________________________________________________________ -->

'btn btn-small btn-template-transparent-primary', diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 7e6aecb..2c55213 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -209,7 +209,7 @@ _________________________________________________________ -->

Ждем Вас в нашей клинике!

- Записаться на прием + Записаться на прием
\ No newline at end of file diff --git a/frontend/web/img/customer-1.png b/frontend/web/img/customer-1.png index 01491c2..054be04 100755 Binary files a/frontend/web/img/customer-1.png and b/frontend/web/img/customer-1.png differ -- libgit2 0.21.4