Your IP : 216.73.216.170


Current Path : /home/bitrix/ext_www/remote.office.yacl.site/crm/menu/
Upload File :
Current File : /home/bitrix/ext_www/remote.office.yacl.site/crm/menu/.left.menu_ext.php

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
	die();
}
CModule::IncludeModule('crm');
$crmVersion = \Bitrix\Main\ModuleManager::getVersion("crm");
if ($crmVersion === false || version_compare($crmVersion, "17.0.4", "<"))
{
	return;
}

if(!CCrmPerms::IsAccessEnabled())
    return;

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

$aMenuLinks = $result["ITEMS"];