Your IP : 3.129.73.198


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/gadgets/bitrix/sonet_user_birthday/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/gadgets/bitrix/sonet_user_birthday/.description.php

<?

if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();

if ($_REQUEST["src_site"] <> '')
	$gd_site_id = $_REQUEST["src_site"];
else
	$gd_site_id = SITE_ID;

if(IsModuleInstalled("socialnetwork") && COption::GetOptionString("socialnetwork", "allow_frields", "Y", $gd_site_id) == "Y")
	$arDescription = Array(
		"NAME"=>GetMessage("GD_SONET_USER_BIRTHDAY_NAME"),
		"DESCRIPTION"=>GetMessage("GD_SONET_USER_BIRTHDAY_DESC"),
		"ICON"=>"",
		"GROUP"=> Array("ID"=>"sonet"),
		"NOPARAMS"=>"Y",
		"SU_ONLY" => true,
		"SELF_PROFILE_ONLY" => true,
		"FRIENDS_ONLY" => true,
		"CAN_BE_FIXED"=> true,
	);
else
	return false;
?>