Your IP : 3.149.24.49


Current Path : /var/www/www-root/data/www.catalog.monolith-realty.ru/bitrix/js/location/google/
Upload File :
Current File : /var/www/www-root/data/www.catalog.monolith-realty.ru/bitrix/js/location/google/config.php

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

return [
	'css' => [
		'./dist/google.bundle.css',
		'/bitrix/js/location/css/map-mobile.css',
	],
	'js' => './dist/google.bundle.js',
	'rel' => [
		'main.core',
		'location.core',
	],
	'skip_core' => false,
	'oninit' => static function()
	{
		CJSCore::Init(['ls']);
	},
];