Your IP : 216.73.216.87


Current Path : /home/bitrix/www2/
Upload File :
Current File : //home/bitrix/www2/.top_catalog.menu_ext.php

<?
	if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();
	global $APPLICATION;
	$aMenuLinksExt = $APPLICATION->IncludeComponent(
		"bitrix:menu.sections", "",
		Array(
			"IBLOCK_TYPE" => "aspro_mshop_catalog", 
			"IBLOCK_ID" => "13", 
			"DEPTH_LEVEL" => "3", 
			"CACHE_TYPE" => "A", 
			"CACHE_TIME" => "3600",
		)
	);
	$aMenuLinks = array_merge($aMenuLinks, $aMenuLinksExt);
?>