Your IP : 3.144.40.142


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

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

$arComponentDescription = array(
	"NAME" => GetMessage("CP_CATALOG_STORE_CSL_NAME"),
	"DESCRIPTION" => GetMessage("CP_CATALOG_STORE_CSL_DESCRIPTION"),
	"ICON" => "/images/store_list.gif",
	"CACHE_PATH" => "Y",
	"SORT" => 20,
	"PATH" => array(
		"ID" => "e-store",
		"NAME" => GetMessage('CP_CATALOG_STORE_MAIN_SECTION'),
		"CHILD" => array(
			"ID" => "catalog-store",
			"NAME" => GetMessage("CP_CATALOG_STORE_STORE_SECTION"),
			"SORT" => 500,
		)
	)
);
?>