Commit 03d0b59ce31d008ce8de8ba470825d27ff38382f

Authored by Eugeny Galkovskiy
1 parent 6208d961

контакты

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
... ... @@ -196,6 +196,7 @@
196 196 #footer {
197 197 padding: 25px 0;
198 198 }
  199 +.ul.list-style-none{padding:0;}
199 200 @media (max-width: 1199px){
200 201 .header-kristal .container .img-responsive{
201 202 margin-bottom: -68px;
... ...