Your IP : 18.221.7.151


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/crm/menu/
Upload File :
Current File : //home/bitrix/ext_www/crm.klimatlend.ua/crm/menu/.left.menu_ext.php

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

$crmVersion = \Bitrix\Main\ModuleManager::getVersion("crm");
if ($crmVersion === false || version_compare($crmVersion, "17.0.4", "<"))
{
	return;
}

$result = $GLOBALS["APPLICATION"]->IncludeComponent(
	'bitrix:crm.control_panel',
	'',
	array(
		"MENU_MODE" => "Y"
	)
);

$aMenuLinks = $result["ITEMS"];