Your IP : 18.227.190.117


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/crm.config.sms/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/crm.config.sms/component.php

<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED!==true) die();

if (!CModule::IncludeModule('crm'))
{
	ShowError(GetMessage('CRM_MODULE_NOT_INSTALLED'));
	return;
}

if (!CModule::IncludeModule('messageservice'))
{
	ShowError(GetMessage('MESSAGESERVICE_MODULE_NOT_INSTALLED'));
	return;
}

$arResult['providerId'] = isset($_GET['sender']) ? (string)$_GET['sender'] : null;
$arResult['page'] = isset($_GET['page']) ? (string)$_GET['page'] : 'sender';
$this->IncludeComponentTemplate();