Commit 1aed8b7b738a31c80e24e4954ba71cb445e8b88b
1 parent
39da49bb
Контакты
Showing
1 changed file
with
3 additions
and
22 deletions
Show diff stats
frontend/views/site/contact.php
... | ... | @@ -28,24 +28,7 @@ JS; |
28 | 28 | |
29 | 29 | <div id="content"> |
30 | 30 | <div class="container" id="contact"> |
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> | |
31 | + | |
49 | 32 | <section> |
50 | 33 | |
51 | 34 | <div class="row"> |
... | ... | @@ -85,8 +68,7 @@ JS; |
85 | 68 | <div class="icon"> |
86 | 69 | <i class="fa fa-phone"></i> |
87 | 70 | </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> | |
71 | + <h3> Телефон </h3> | |
90 | 72 | <p> |
91 | 73 | <?php |
92 | 74 | echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone); |
... | ... | @@ -108,8 +90,7 @@ JS; |
108 | 90 | <div class="icon"> |
109 | 91 | <i class="fa fa-envelope"></i> |
110 | 92 | </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> | |
93 | + <h3> Электронная почта </h3> | |
113 | 94 | <ul class="list-style-none"> |
114 | 95 | <li> |
115 | 96 | <?php | ... | ... |