Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/furniture.vacancies/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/furniture.vacancies/.description.php

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

$arComponentDescription = array(
	"NAME" => GetMessage("SUPPORT_FAQ_EL_COMPONENT_NAME"),
	"DESCRIPTION" => GetMessage("SUPPORT_FAQ_EL_COMPONENT_DESCRIPTION"),
	"ICON" => "/images/support.faq.element.list.gif",
	"PATH" => array(
		"ID" => "service",
		"SORT" => 1000,
		"CHILD" => array(
			"ID" => "vacancies",
			"NAME" => GetMessage("SUPPORT_FAQ_EL_COMPONENTS"),
			"SORT" => 30,
		),
	),
);

?>