Your IP : 3.147.2.189


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/components/bitrix/photo/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/components/bitrix/photo/.description.php

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

$arComponentDescription = array(
	"NAME" => GetMessage("IBLOCK_PHOTO_NAME"),
	"DESCRIPTION" => GetMessage("IBLOCK_PHOTO_DESCRIPTION"),
	"ICON" => "/images/photo.gif",
	"COMPLEX" => "Y",
	"PATH" => array(
		"ID" => "content",
		"CHILD" => array(
			"ID" => "photo",
			"NAME" => GetMessage("T_IBLOCK_DESC_PHOTO"),
			"SORT" => 20,
			"CHILD" => array(
				"ID" => "photo_cmpx",
			),
		),
	),
);

?>