Your IP : 18.218.255.142


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/search/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/search/map.php

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intranet/public/search/map.php");
$APPLICATION->SetTitle(GetMessage("SEARCH_TITLE"));

$APPLICATION->IncludeComponent("bitrix:main.map", ".default", Array(
	"LEVEL"	=>	"3",
	"COL_NUM"	=>	"2",
	"SHOW_DESCRIPTION"	=>	"Y",
	"SET_TITLE"	=>	"Y",
	"CACHE_TIME"	=>	"36000000"
	)
);

require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>