Your IP : 3.135.249.58


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/blocks/bitrix/store.personal/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/blocks/bitrix/store.personal/.description.php

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

use \Bitrix\Main\Localization\Loc;

return array(
	'block' => array(
		'name' => Loc::getMessage('LD_BLOCK_STORE_CATALOG_PEROSNAL_NAME'),
		'section' => array('store'),
		'type' => 'null',
		'subtype' => 'menu',
		'subtype_params' => array(
			'selector' => '.landing-block-node-menu-list-item-link',
			'source' => 'personal',
		),
		'namespace' => 'bitrix',
	),
	'nodes' => array(),
	'style' => array(),
);