Blame view

frontend/views/putty/contacts.php 1.13 KB
3da83322   Administrator   21.03.16 Versrka
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  <?php

  $this->title = 'Контакты';

  $this->params['breadcrumbs'][] = $this->title;

  

  ?>

  <h1 class="services_title">Контакты</h1>

  

  <div class="contact_page_phones">

  	<p>+38 (050)-444-48-48</p>

  	<p>+38 (044)-537-34-13</p>

  </div>

  

  <div class="delivery_block align_items_bottom">

  

  	<div class="delivery_each_block">

  		<span class="address">Офис: 02091, г. Киев, Харьковское Шоссе, 58 А</span>

  		<script type="text/javascript" charset="utf-8" src="https://api-maps.yandex.ru/services/constructor/1.0/js/?sid=xm1l0c5AGyVI98asf-4ILe3Q7Zz8IBoZ&width=450&height=310&lang=ru_UA&sourceType=constructor">

  		</script>

  

  	</div>

  

  	<div class="delivery_each_block">

  		<span class="address">Склад: 08320, Киевская область, Бориспольский район, <br>с. Малая Александровка, ул. Весенняя, 22

  		</span>

  		<script type="text/javascript" charset="utf-8" src="https://api-maps.yandex.ru/services/constructor/1.0/js/?sid=etQlDcekWrgLf9iKal7IAxFB8d0xqZzR&width=450&height=310&lang=ru_UA&sourceType=constructor">

  		</script>

  

  	</div>

  

  </div>