Blame view

include/socnet_footer.php 471 Bytes
2fe1e5ce8   Андрей Ларионов   Первый коммит на ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
  
  <?$APPLICATION->IncludeComponent(
  	"bitrix:eshop.socnet.links",
  	"big_squares",
  	array(
  		"FACEBOOK" => "https://www.facebook.com/1CBitrix",
  		"VKONTAKTE" => "https://vk.com/bitrix_1c",
  		"TWITTER" => "https://twitter.com/1c_bitrix",
  		"GOOGLE" => "https://plus.google.com/111119180387208976312/",
  		"INSTAGRAM" => "https://instagram.com/1CBitrix/"
  	),
  	false,
  	array(
  		"HIDE_ICONS" => "N"
  	)
  );?>