Your IP : 3.133.122.95


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

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

$arComponentDescription = array(
	"NAME" => GetMessage("SUPPORT_FAQ_COMPONENT_NAME"),
	"DESCRIPTION" => GetMessage("SUPPORT_FAQ_COMPONENT_DESCRIPTION"),
	"ICON" => "/images/support.faq.gif",
	"COMPLEX" => "Y",
	"PATH" => array(
		"ID" => "service",
		"SORT" => 1000,
		"CHILD" => array(
			"ID" => "faq",
			"NAME" => GetMessage("SUPPORT_FAQ_COMPONENTS"),
			"SORT" => 30,
		),
	),
);

?>