Your IP : 18.191.8.183


Current Path : /home/bitrix/initial_sites/home-comfort.in.ua/bitrix/modules/sender/admin/
Upload File :
Current File : /home/bitrix/initial_sites/home-comfort.in.ua/bitrix/modules/sender/admin/contacts.php

<?
require_once(__DIR__ ."/page_header.php");

/** @var \CAllMain $APPLICATION */
/** @var array $senderAdminPaths */
$APPLICATION->IncludeComponent("bitrix:sender.contact", ".default", array(
	'SEF_MODE' => 'N',
	'PATH_TO_LETTER_EDIT' => $senderAdminPaths['LETTER_EDIT'],
	'SHOW_SETS' => true,
));

require_once(__DIR__ . "/page_footer.php");