Commit 03d0b59ce31d008ce8de8ba470825d27ff38382f
1 parent
6208d961
контакты
Showing
2 changed files
with
15 additions
and
7 deletions
Show diff stats
frontend/views/site/contact.php
@@ -35,12 +35,15 @@ JS; | @@ -35,12 +35,15 @@ JS; | ||
35 | <div class="col-md-12"> | 35 | <div class="col-md-12"> |
36 | <section> | 36 | <section> |
37 | <div class="heading"> | 37 | <div class="heading"> |
38 | - <h2>We are here to help you</h2> | 38 | + <h2>Контакты</h2> |
39 | </div> | 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 | </section> | 47 | </section> |
45 | </div> | 48 | </div> |
46 | </div> | 49 | </div> |
@@ -86,7 +89,9 @@ JS; | @@ -86,7 +89,9 @@ JS; | ||
86 | <i class="fa fa-phone"></i> | 89 | <i class="fa fa-phone"></i> |
87 | </div> | 90 | </div> |
88 | <h3> Телефон </h3> | 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 | <p> | 95 | <p> |
91 | <?php | 96 | <?php |
92 | echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone); | 97 | echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone); |
@@ -109,7 +114,9 @@ JS; | @@ -109,7 +114,9 @@ JS; | ||
109 | <i class="fa fa-envelope"></i> | 114 | <i class="fa fa-envelope"></i> |
110 | </div> | 115 | </div> |
111 | <h3> E-mail </h3> | 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 | <ul class="list-style-none"> | 120 | <ul class="list-style-none"> |
114 | <li> | 121 | <li> |
115 | <?php | 122 | <?php |
frontend/web/css/custom.css
@@ -196,6 +196,7 @@ | @@ -196,6 +196,7 @@ | ||
196 | #footer { | 196 | #footer { |
197 | padding: 25px 0; | 197 | padding: 25px 0; |
198 | } | 198 | } |
199 | +.ul.list-style-none{padding:0;} | ||
199 | @media (max-width: 1199px){ | 200 | @media (max-width: 1199px){ |
200 | .header-kristal .container .img-responsive{ | 201 | .header-kristal .container .img-responsive{ |
201 | margin-bottom: -68px; | 202 | margin-bottom: -68px; |