Your IP : 3.135.238.174


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/components/bitrix/main.user.link/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/components/bitrix/main.user.link/.description.php

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

$arComponentDescription = array(
	"NAME" => GetMessage("MAIN_UL_COMPONENT_NAME"),
	"DESCRIPTION" => GetMessage("MAIN_UL_COMPONENT_DESCR"),
	"ICON" => "/images/icon_popup.gif",
	"CACHE_PATH" => "Y",
	"PATH" => array(
			"ID" => "utility",
			"CHILD" => array(
				"ID" => "user",
				"NAME" => GetMessage("MAIN_USER_GROUP_NAME")
			)
		),	
);
?>