Your IP : 18.221.11.247


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/mobile/crm/deal/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/mobile/crm/deal/view.php

<?php
// file for compatibility, need to delete after for a while
require($_SERVER['DOCUMENT_ROOT'] . '/mobile/headers.php');
require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/header.php');

if (!CModule::IncludeModule("crm"))
	return;

$APPLICATION->IncludeComponent(
	'bitrix:mobile.crm.deal.edit',
	'',
	array(
		"RESTRICTED_MODE" => true,
		"USER_PROFILE_URL_TEMPLATE" => SITE_DIR.'mobile/users/?user_id=#user_id#',
		'COMPANY_SHOW_URL_TEMPLATE' => SITE_DIR.'mobile/crm/company/?page=view&company_id=#company_id#',
		'CONTACT_SHOW_URL_TEMPLATE' => SITE_DIR.'mobile/crm/contact/?page=view&contact_id=#contact_id#',
		'DEAL_EDIT_URL_TEMPLATE' => SITE_DIR.'mobile/crm/deal/?page=edit&deal_id=#deal_id#',
	)
);
?>

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