Blame view

common/config/settings.php 1.16 KB
355d6999   Alexey Boroda   -ActiveRecord wor...
1
2
3
4
  <?php
  
  return [
      1 => [
9af79e71   Yarik   Sitemap and slugb...
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.409382',
          'lon'           => '30.646391',
          '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',
15b8e84d   Yarik   Different Seo tasks
25
26
          'robots'        => 'User-agent: Google
  Disallow:
9af79e71   Yarik   Sitemap and slugb...
27
28
29
30
31
  ',
          'ga_code'       => '796967',
          'ya_code'       => '08908908',
          'tag_manager'   => '',
          'id'            => 1,
355d6999   Alexey Boroda   -ActiveRecord wor...
32
33
      ],
  ];