Your IP : 3.138.100.186


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/crm/configs/automation/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/crm/configs/automation/index.php

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intranet/public/crm/configs/automation/index.php");

$APPLICATION->SetTitle(GetMessage("TITLE"));
?><?
$APPLICATION->IncludeComponent(
	"bitrix:crm.config.automation",
	"",
	Array(
		"SEF_MODE" => "Y",
		"SEF_FOLDER" => "/crm/configs/automation/",
		"SEF_URL_TEMPLATES" => Array(
			"index" => "index.php",
			"edit" => "#entity#/#category#/",
		),
		"VARIABLE_ALIASES" => Array(
			"index" => Array(),
			"edit" => Array(),
		)
	)
);

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