Your IP : 18.119.141.194


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/components/bitrix/mobileapp.menu/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/components/bitrix/mobileapp.menu/.description.php

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();
$arComponentDescription = array(
	"NAME" => GetMessage("MOBILEAPP_MM_NAME"),
	"DESCRIPTION" => GetMessage("MOBILEAPP_MM_DESCRIPT"),
	"ICON" => "/images/menu.gif",
	"PATH" => array(
		"ID" => "utility",
		"CHILD" => array(
			"ID" => "navigation",
			"NAME" => GetMessage("MAIN_NAVIGATION_SERVICE")
		)
	),
	"CACHE_PATH" => "Y",
);
?>