Commit 154f37a576e7d7db7972986c75f6eceaecdd1711

Authored by Alex Savenko
2 parents 3364ce5a 4f63bf9e

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

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
src/app/frontend/views/index.php
... ... @@ -93,8 +93,6 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : '';
93 93 </div>
94 94 <div class="contact_mob_phones">
95 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   -
98 96 <div style="float:right;font-size:12px;margin-right:65px;" class="contact_callback_phones">
99 97 <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>
100 98 </div>
... ... @@ -247,7 +245,7 @@ $page_title = isset( $page_title ) &amp;&amp; !empty( $page_title ) ? $page_title : &#39;&#39;;
247 245 </div>
248 246  
249 247 <div class="open-delivery-modal">
250   - <div></div>
  248 + <div>Открыть окно</div>
251 249 </div>
252 250 <link rel="stylesheet" type="text/css" href="css/fontlato.css">
253 251 <div class="delivery-form-par">
... ...