Your IP : 18.219.68.154


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

<?php
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intranet/public/crm/configs/mailtemplate/index.php");
$APPLICATION->SetTitle(GetMessage("CRM_TITLE"));
$APPLICATION->IncludeComponent(
	'bitrix:crm.mail_template', 
	'', 
	array(
		"SEF_MODE" => "Y",
		"SEF_FOLDER" => "/crm/configs/mailtemplate/",
	),
	false
); 
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>