Your IP : 18.191.239.209


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/local/components/mb/social.links/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/local/components/mb/social.links/.parameters.php

<?
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/",
		),

	),
);
?>