Your IP : 3.21.246.44


Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/components/bitrix/map.google.search/
Upload File :
Current File : /home/bitrix/ext_www/klimatlend.ua/bitrix/components/bitrix/map.google.search/.description.php

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

$arComponentDescription = array(
	"NAME" => GetMessage("MGMS_COMP_NAME"),
	"DESCRIPTION" => GetMessage("MGMS_COMP_DESCRIPTION"),
	"ICON" => "/images/map_search.gif",
	"CACHE_PATH" => "Y",
	"PATH" => array(
		"ID" => "content",
		"NAME" => GetMessage("MAIN_G_CONTENT"),
		"CHILD" => array(
			"ID" => "google_map",
			"NAME" => GetMessage("MAIN_GOOGLE_MAP_SERVICE"),
		)
	),
);

?>