Commit 053f3af3cb30f3f98a34689a5110dbf657f1ba3b
1 parent
065bfa53
contacts
Showing
1 changed file
with
3 additions
and
21 deletions
Show diff stats
frontend/views/site/contact.php
... | ... | @@ -29,23 +29,7 @@ JS; |
29 | 29 | <div id="content"> |
30 | 30 | <div class="container" id="contact"> |
31 | 31 | |
32 | - <section> | |
33 | - | |
34 | - <div class="row"> | |
35 | - <div class="col-md-12"> | |
36 | - <section> | |
37 | - <div class="heading"> | |
38 | - <h2>We are here to help you</h2> | |
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> | |
44 | - </section> | |
45 | - </div> | |
46 | - </div> | |
47 | - | |
48 | - </section> | |
32 | + | |
49 | 33 | <section> |
50 | 34 | |
51 | 35 | <div class="row"> |
... | ... | @@ -85,8 +69,7 @@ JS; |
85 | 69 | <div class="icon"> |
86 | 70 | <i class="fa fa-phone"></i> |
87 | 71 | </div> |
88 | - <h3> Call center </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> | |
72 | + <h3> Телефон </h3> | |
90 | 73 | <p> |
91 | 74 | <?php |
92 | 75 | echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone); |
... | ... | @@ -108,8 +91,7 @@ JS; |
108 | 91 | <div class="icon"> |
109 | 92 | <i class="fa fa-envelope"></i> |
110 | 93 | </div> |
111 | - <h3> Electronic support </h3> | |
112 | - <p class="text-muted"> Please feel free to write an email to us or to use our electronic ticketing system .</p> | |
94 | + <h3> Электронная почта </h3> | |
113 | 95 | <ul class="list-style-none"> |
114 | 96 | <li> |
115 | 97 | <?php | ... | ... |