Your IP : 3.138.118.211


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/mobileapp/templates_app/api/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/mobileapp/templates_app/api/left.php

<?
require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php");

$arParams = array(
	"MENU_FILE_PATH" => SITE_DIR . "/#folder#/.mobile_menu.php",
);
CMobile::getInstance()->setLargeScreenSupport(false);
CMobile::getInstance()->setScreenCategory("NORMAL");
$APPLICATION->IncludeComponent(
	'bitrix:mobileapp.menu',
	'mobile',
	$arParams,
	false,
	Array('HIDE_ICONS' => 'Y'));
?>
<? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php") ?>