Blame view

common/config/settings.php 1.1 KB
ae432de6   Alexey Boroda   first commit
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
32
33
  <?php
  
  return [
      1 => [
          'phone'    => '+38 (044) 593-73-76',
          'phone2'   => '+38 (098) 468-07-64',
          'skype'    => 'artwebstudio',
          'email'    => 'artweb.ua@gmail.com',
          'house'    => '1-М',
          'street'   => 'пр. М. Бажана',
          'office'   => '25',
          'city'     => 'Киев',
          'country'  => 'Украина',
          'lat'      => '50.403696',
          'lon'      => '30.641481',
          'facebook' => 'https://www.facebook.com/ArtWeb.ua/',
          'vk'       => 'https://vk.com/artwebua',
          'ok'       => 'https://ok.ru/artwebua',
          'google'   => 'https://plus.google.com/+ArtwebUaAgency',
          'twitter'       => 'https://twitter.com/ArtWeb_ua',
          'name'          => 'Artweb',
          'logo'          => '11',
          'about'         => 'Строим бизнес в онлайне',
          'analytics_key' => '119240817',
          'robots'        => 'User-agent: Google
  Disallow:
  ',
          'ga_code'       => '796967',
          'ya_code'       => '08908908',
          'tag_manager'   => '',
          'id'            => 1,
      ],
  ];