Blame view
include/socnet_sidebar.php
514 Bytes
2fe1e5ce8 Первый коммит на ... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> <?$APPLICATION->IncludeComponent( "bitrix:eshop.socnet.links", "bootstrap_v4", array( "COMPONENT_TEMPLATE" => "bootstrap_v4", "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" ) );?> |