Your IP : 3.147.43.222


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/services/telephony_old/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/services/telephony_old/editgroup.php

<?
require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");

IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intranet/public/services/telephony/editgroup.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_after.php");

$APPLICATION->SetTitle(GetMessage("VI_PAGE_EDIT_GROUP_TITLE"));
?>

<?
$APPLICATION->IncludeComponent(
	"bitrix:voximplant.queue.edit",
	"",
	array(
		'ID' => (int)$_REQUEST['ID']
	)
);
?>

<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>