Commit c838c0e3bbcec7f38b088d2dabedb6cc4955497a

Authored by Alex Savenko
2 parents 25f2862c 0028c302

Merge branch 'master' of gitlab.artweb.com.ua:Alex/semena

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
src/app/frontend/views/index.php
... ... @@ -61,6 +61,7 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : '';
61 61 <meta itemprop="telephone" content="+38 (093) 026 86 64">
62 62 <meta itemprop="telephone" content="+38 (067) 464 48 59">
63 63 <meta itemprop="telephone" content="+38 (050) 464 48 59">
  64 + <meta itemprop="telephone" content="+38 (093) 170 18 29">
64 65 <span itemprop="email">info@hs.kiev.ua</span>
65 66 <div style="display: none" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
66 67 <span itemprop="streetAddress">вул. Садова 95</span>
... ... @@ -92,7 +93,7 @@ $page_title = isset( $page_title ) &amp;&amp; !empty( $page_title ) ? $page_title : &#39;&#39;;
92 93 <span class="small_digits">(067)</span><span> 464-48-59</span>
93 94 </div>
94 95 <div class="contact_mob_phones">
95   - <span class="small_digits">(093)</span><span> 026-86-64</span>
  96 + <span class="small_digits">(093)</span><span> 170-18-29</span>
96 97 <div style="float:right;font-size:12px;margin-right:65px;" class="contact_callback_phones">
97 98 <a href="<?= $this->seoUrl->setUrl('/callback') ?>" class="callback" title="<?= $t->_("Feedback")?>" id="ajax_simple" data-options="width: 940, height: 400" target="<?= $this->seoUrl->setUrl( $this->url->get([ 'for' => 'callback' ])) ?>" data-type="ajax"><?= $t->_("Feedback")?></a>
98 99 </div>
... ... @@ -397,4 +398,4 @@ $page_title = isset( $page_title ) &amp;&amp; !empty( $page_title ) ? $page_title : &#39;&#39;;
397 398 <?php endif; ?>
398 399 <!--end float block-->
399 400 </body>
400   -</html>
  401 +</html>
401 402 \ No newline at end of file
... ...