Your IP : 172.28.240.42


Current Path : /var/www/html/clients/wodo.e-nk.ru/bitrix/components/bitrix/focus.calculator/
Upload File :
Current File : /var/www/html/clients/wodo.e-nk.ru/bitrix/components/bitrix/focus.calculator/.description.php

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

$arComponentDescription = array(
    "NAME" => GetMessage("FOCUS_CALCULATOR_TEMPLATE_NAME"),
    "DESCRIPTION" => GetMessage("FOCUS_CALCULATOR_TEMPLATE_DESCRIPTION"),
    "ICON" => "/images/sections_top.gif",
    "CACHE_PATH" => "Y",
    "SORT" => 100,
    "PATH" => array(
        "ID" => "content",
        "NAME" => GetMessage("FOCUS_CALCULATOR_GLOBAL_DIR_NAME"),
        "CHILD" => array(
            "ID" => "iblock",
            "NAME" => GetMessage("FOCUS_CALCULATOR_DIR_NAME"),
            "SORT" => 30,
        )
    ),
);

?>