Your IP : 18.220.181.150
<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die();
$arComponentParameters = array(
"PARAMETERS" => array(
"OK" => Array(
"PARENT" => "BASE",
"NAME" => GetMessage("M_SOCIAL_LINKS_OK"),
"TYPE" => "STRING",
"VALUES" => '',
"DEFAULT" => "https://ok.ru/",
),
"VK" => Array(
"PARENT" => "BASE",
"NAME" => GetMessage("M_SOCIAL_LINKS_VK"),
"TYPE" => "STRING",
"VALUES" => '',
"DEFAULT" => "https://vk.com",
),
"FB" => Array(
"PARENT" => "BASE",
"NAME" => GetMessage("M_SOCIAL_LINKS_FB"),
"TYPE" => "STRING",
"VALUES" => '',
"DEFAULT" => "https://www.facebook.com/",
),
),
);
?>