| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/catalog.smart.filter/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/catalog.smart.filter/.description.php |
<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();
$arComponentDescription = array(
"NAME" => GetMessage("CD_BCSF_NAME"),
"DESCRIPTION" => GetMessage("CD_BCSF_DESCRIPTION"),
"ICON" => "/images/iblock_filter.gif",
"CACHE_PATH" => "Y",
"SORT" => 70,
"PATH" => array(
"ID" => "content",
"CHILD" => array(
"ID" => "catalog",
"NAME" => GetMessage("CD_BCSF_CATALOG"),
"SORT" => 30,
),
),
);
?>