diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index bbdded7..9b0bebc 100644 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -121,4 +121,6 @@ return [ 'sect3_21' => 'Обратиться к нам и', 'Office {office}' => 'Офис {office}', 'Contact us' => 'Связаться с нами', + 'Go to contact page' => 'На страницу контактов', + 'Share' => 'Поделиться', ]; \ No newline at end of file diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index f58cd05..f981f0d 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -97,148 +97,148 @@
-
-
-
-
- - -
-
- -
-
-
-
+ + + + + +phone)) { +// echo \Yii::t('app', 'Contact us on '); +// echo Html::a($settings->phone, \Yii::t('app', 'tel:')." {$settings->phone}"); +// if (!empty($settings->email)) { +// echo \Yii::t('app', ' or '); +// echo Html::a($settings->email, "mailto:$settings->email"); +// } +// } +// ?> + + + + + + + + +facebook)) { +// echo Html::a( +// Html::icon( +// 'facebook', +// [ +// 'prefix' => 'fa fa-', +// ] +// ), +// $settings->facebook, +// [ +// 'class' => 'external facebook', +// 'data' => [ +// 'animate-hover' => 'pulse', +// ], +// ] +// ); +// } +// ?> +vk)) { +// echo Html::a( +// Html::icon( +// 'vk', +// [ +// 'prefix' => 'fa fa-', +// ] +// ), +// $settings->vk, +// [ +// 'class' => 'external vk', +// 'data' => [ +// 'animate-hover' => 'pulse', +// ], +// ] +// ); +// } +// ?> +google)) { +// echo Html::a( +// Html::icon( +// 'google-plus', +// [ +// 'prefix' => 'fa fa-', +// ] +// ), +// $settings->google, +// [ +// 'class' => 'external gplus', +// 'data' => [ +// 'animate-hover' => 'pulse', +// ], +// ] +// ); +// } +// ?> +twitter)) { +// echo Html::a( +// Html::icon( +// 'twitter', +// [ +// 'prefix' => 'fa fa-', +// ] +// ), +// $settings->twitter, +// [ +// 'class' => 'external twitter', +// 'data' => [ +// 'animate-hover' => 'pulse', +// ], +// ] +// ); +// } +// ?> +ok)) { +// echo Html::a( +// Html::icon( +// 'odnoklassniki', +// [ +// 'prefix' => 'fa fa-', +// ] +// ), +// $settings->ok, +// [ +// 'class' => 'external odnoklassniki', +// 'data' => [ +// 'animate-hover' => 'pulse', +// ], +// ] +// ); +// } +// ?> +email)) { +// echo Html::a( +// Html::icon( +// 'envelope', +// [ +// 'prefix' => 'fa fa-', +// ] +// ), +// "mailto:$settings->email", +// [ +// 'class' => 'email', +// 'data' => [ +// 'animate-hover' => 'pulse', +// ], +// ] +// ); +// } +// ?> + + + + + -
+

- office)) { - echo \Yii::t( - 'app', - 'Office {office}', - [ - 'office' => $settings->office, - ] - ) . Html::tag('br'); - } - if (!empty($settings->street)) { - echo $settings->street; - if (!empty($settings->house)) { - echo " " . $settings->house; - } - echo Html::tag('br'); - } - if (!empty($settings->city)) { - echo $settings->city; - echo Html::tag('br'); - } - if (!empty($settings->country)) { - echo Html::tag('strong', $settings->country); - } - ?> + Адрес: 02095, Украина, г. Киев
пр-т. Николая Бажана, 1М, офис 25
+ Тел.: +380 68 380 39 82
+ Почта: kbenergy.kiev@gmail.com +office)) { +// echo \Yii::t( +// 'app', +// 'Office {office}', +// [ +// 'office' => $settings->office, +// ] +// ) . Html::tag('br'); +// } +// if (!empty($settings->street)) { +// echo $settings->street; +// if (!empty($settings->house)) { +// echo " " . $settings->house; +// } +// echo Html::tag('br'); +// } +// if (!empty($settings->city)) { +// echo $settings->city; +// echo Html::tag('br'); +// } +// if (!empty($settings->country)) { +// echo Html::tag('strong', $settings->country); +// } +// ?>

'btn btn-small btn-template-transparent-primary', @@ -534,7 +537,15 @@ _________________________________________________________ -->

+
+

© . name; ?>

diff --git a/frontend/views/site/legal.php b/frontend/views/site/legal.php index 75d77da..12bc5da 100644 --- a/frontend/views/site/legal.php +++ b/frontend/views/site/legal.php @@ -28,6 +28,16 @@ $this->registerJs($js, View::POS_END);