Your IP : 18.119.163.106


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/company/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/company/invite.php

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intranet/public/company/invite.php");
$APPLICATION->SetTitle(GetMessage("TITLE"));
?>
<?$APPLICATION->IncludeComponent(
	"bitrix:ui.sidepanel.wrapper",
	"",
	array(
		"POPUP_COMPONENT_NAME" => "bitrix:intranet.invitation",
		"POPUP_COMPONENT_TEMPLATE_NAME" => ".default",
		"POPUP_COMPONENT_PARAMS" => [],
		"PAGE_MODE" => false
	),
	$component
);
?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>