Blame view

common/config/settings.php 1.01 KB
ae432de6   Alexey Boroda   first commit
1
2
3
4
  <?php
  
  return [
      1 => [
9870b2b4   Alexey Boroda   -In process
5
6
7
8
9
10
11
12
13
14
15
          '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',
ae432de6   Alexey Boroda   first commit
16
          'facebook' => 'https://www.facebook.com/ArtWeb.ua/',
9870b2b4   Alexey Boroda   -In process
17
18
19
20
21
22
23
          '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' => '1',
          'about' => 'Строим бизнес в онлайне',
ae432de6   Alexey Boroda   first commit
24
          'analytics_key' => '119240817',
9870b2b4   Alexey Boroda   -In process
25
          'robots' => 'User-agent: Google
ae432de6   Alexey Boroda   first commit
26
27
  Disallow:
  ',
9870b2b4   Alexey Boroda   -In process
28
29
30
31
32
          'ga_code' => '796967',
          'ya_code' => '08908908',
          'tag_manager' => '',
          'id' => 1,
          'index' => '09099',
ae432de6   Alexey Boroda   first commit
33
34
      ],
  ];