Your IP : 3.145.80.205


Current Path : /var/www/axolotl/data/www/b24.axolotl.ru/public_html/telephony/
Upload File :
Current File : /var/www/axolotl/data/www/b24.axolotl.ru/public_html/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()'
		),
	);
}
?>