Blame view

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