Commit 636965c37cc365d0b6618077474187f5a51cd754
Merge branch 'popup' of gitlab.artweb.com.ua:Alex/semena
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/index.php
... | ... | @@ -61,7 +61,6 @@ $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 (050) 464 48 59"> | |
65 | 64 | <span itemprop="email">info@hs.kiev.ua</span> |
66 | 65 | <div style="display: none" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> |
67 | 66 | <span itemprop="streetAddress">вул. Садова 95</span> |
... | ... | @@ -94,6 +93,7 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; |
94 | 93 | </div> |
95 | 94 | <div class="contact_mob_phones"> |
96 | 95 | <span class="small_digits">(093)</span><span> 026-86-64</span> |
96 | + <span class="small_digits">(093)</span><span> 026-86-64</span> | |
97 | 97 | |
98 | 98 | <div style="float:right;font-size:12px;margin-right:65px;" class="contact_callback_phones"> |
99 | 99 | <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> | ... | ... |