Blame view

common/config/settings.php 1011 Bytes
355d6999   Alexey Boroda   -ActiveRecord wor...
1
2
3
4
  <?php
  
  return [
      1 => [
6e516b40   Yarik   Layout complete
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
          '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' => '2',
          'about' => 'Строим бизнес в онлайне',
c8500c2f   Alexey Boroda   -Analytics in pro...
24
          'analytics_key' => '119240817',
6e516b40   Yarik   Layout complete
25
          'robots' => 'User-agent: Google
15b8e84d   Yarik   Different Seo tasks
26
  Disallow:
9af79e71   Yarik   Sitemap and slugb...
27
  ',
6e516b40   Yarik   Layout complete
28
29
30
31
          'ga_code' => '796967',
          'ya_code' => '08908908',
          'tag_manager' => '',
          'id' => 1,
355d6999   Alexey Boroda   -ActiveRecord wor...
32
33
      ],
  ];