Your IP : 18.220.181.201


Current Path : /home/bitrix/ext_www/shuft.com.ua/bitrix/components/bitrix/lists.list/
Upload File :
Current File : //home/bitrix/ext_www/shuft.com.ua/bitrix/components/bitrix/lists.list/.description.php

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

$arComponentDescription = array(
	"NAME" => GetMessage("CD_BLL_NAME"),
	"DESCRIPTION" => GetMessage("CD_BLL_DESCRIPTION"),
	"ICON" => "/images/lists_list.gif",
	"SORT" => 30,
	"CACHE_PATH" => "Y",
	"PATH" => array(
		"ID" => "content",
		"CHILD" => array(
			"ID" => "lists",
			"NAME" => GetMessage("CD_BLL_LISTS"),
			"SORT" => 35,
		)
	),
);

?>