Your IP : 18.116.163.144
<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();
$arComponentDescription = array(
"NAME" => GetMessage("IBLOCK_SECTIONS_TOP_TEMPLATE_NAME"),
"DESCRIPTION" => GetMessage("IBLOCK_SECTIONS_TOP_TEMPLATE_DESCRIPTION"),
"ICON" => "/images/photo_sections_top.gif",
"CACHE_PATH" => "Y",
"SORT" => 10,
"PATH" => array(
"ID" => "content",
"CHILD" => array(
"ID" => "photo",
"NAME" => GetMessage("T_IBLOCK_DESC_PHOTO"),
"SORT" => 20,
"CHILD" => array(
"ID" => "photo_cmpx",
),
),
),
);
?>