Your IP : 18.216.212.231


Current Path : /var/www/www-root/data/www/monolith-realty.ru/product/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/product/.left.menu_ext.php

<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) {
	die();
}
$aMenuLinksExt = [];

if ($arMenuParametrs = CAllcorp3::GetDirMenuParametrs(__DIR__)) {
	$arExtParams = [
		'IBLOCK_ID' => "42",
		'MENU_PARAMS' => $arMenuParametrs,
		'SECTION_FILTER' => [],    // custom filter for sections (through array_merge)
		'SECTION_SELECT' => [],    // custom select for sections (through array_merge)
		'ELEMENT_FILTER' => [],    // custom filter for elements (through array_merge)
		'ELEMENT_SELECT' => [],    // custom select for elements (through array_merge)
		'MENU_TYPE' => 'catalog',
	];
	CAllcorp3::getMenuChildsExt($arExtParams, $aMenuLinksExt);
}

$aMenuLinks = array_merge($aMenuLinks, $aMenuLinksExt);
?>