Your IP : 18.217.208.60


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

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();
IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intranet/public/telephony/.left.menu.php");
if(CModule::IncludeModule('voximplant'))
{
	$aMenuLinks = Array(
		Array(
			GetMessage("SERVICES_MENU_TELEPHONY_CONNECT"),
			"/telephony/index.php",
			Array(),
			Array("menu_item_id"=>"menu_telephony_start"),
			'Bitrix\Voximplant\Security\Helper::isMainMenuEnabled()'
		),
		Array(
			GetMessage("SERVICES_MENU_TELEPHONY_DETAIL"),
			"/telephony/detail.php",
			Array(),
			Array("menu_item_id"=>"menu_telephony_detail"),
			'Bitrix\Voximplant\Security\Helper::isBalanceMenuEnabled()'
		),
	);
}
?>