Commit e5440d4a741c7d0bf7b462ec81815098177abab7
Merge remote-tracking branch 'origin/master'
Showing
3 changed files
with
18 additions
and
8 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -107,7 +107,7 @@ |
107 | 107 | <p class="hidden-sm hidden-xs"> |
108 | 108 | <?php |
109 | 109 | if (!empty($settings->phone)) { |
110 | - echo \Yii::t('app', 'Связатся с нами '); | |
110 | + echo \Yii::t('app', 'Связаться с нами '); | |
111 | 111 | echo Html::a($settings->phone, "тел.: {$settings->phone}"); |
112 | 112 | if (!empty($settings->email)) { |
113 | 113 | echo \Yii::t('app', ' или '); | ... | ... |
frontend/views/site/contact.php
... | ... | @@ -35,12 +35,15 @@ JS; |
35 | 35 | <div class="col-md-12"> |
36 | 36 | <section> |
37 | 37 | <div class="heading"> |
38 | - <h2>We are here to help you</h2> | |
38 | + <h2>Контакты</h2> | |
39 | 39 | </div> |
40 | - | |
41 | - <p class="lead">Are you curious about something? Do you have some kind of problem with our products? As am hastily invited settled at limited civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am | |
42 | - he remember although required. Bachelor unpacked be advanced at. Confined in declared marianne is vicinity.</p> | |
43 | - <p>Please feel free to contact us, our customer service center is working for you 24/7.</p> | |
40 | + | |
41 | + <?php | |
42 | +// echo '<p class="lead">Are you curious about something? Do you have some kind of problem with our products? As am hastily invited settled at limited civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am | |
43 | +// he remember although required. Bachelor unpacked be advanced at. Confined in declared marianne is vicinity.</p> | |
44 | +// <p>Please feel free to contact us, our customer service center is working for you 24/7.</p>'; | |
45 | + ?> | |
46 | + | |
44 | 47 | </section> |
45 | 48 | </div> |
46 | 49 | </div> |
... | ... | @@ -86,7 +89,9 @@ JS; |
86 | 89 | <i class="fa fa-phone"></i> |
87 | 90 | </div> |
88 | 91 | <h3> Телефон </h3> |
89 | - <p class="text-muted"> This number is toll free if calling from Great Britain otherwise we advise you to use the electronic form of communication .</p> | |
92 | + <?php | |
93 | +// echo '<p class="text-muted"> This number is toll free if calling from Great Britain otherwise we advise you to use the electronic form of communication .</p>'; | |
94 | + ?> | |
90 | 95 | <p> |
91 | 96 | <?php |
92 | 97 | echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone); |
... | ... | @@ -109,7 +114,9 @@ JS; |
109 | 114 | <i class="fa fa-envelope"></i> |
110 | 115 | </div> |
111 | 116 | <h3> E-mail </h3> |
112 | - <p class="text-muted"> Please feel free to write an email to us or to use our electronic ticketing system .</p> | |
117 | + <?php | |
118 | +// echo '<p class="text-muted"> Please feel free to write an email to us or to use our electronic ticketing system .</p>'; | |
119 | + ?> | |
113 | 120 | <ul class="list-style-none"> |
114 | 121 | <li> |
115 | 122 | <?php | ... | ... |
frontend/web/css/custom.css