Your IP : 18.217.255.64


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

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intranet/public/crm/recyclebin/index.php");
$APPLICATION->SetTitle(GetMessage("TITLE"));
$APPLICATION->IncludeComponent(
	"bitrix:crm.recyclebin.list",
	"",
	array(
		"PATH_TO_USER_PROFILE" => "/company/personal/user/#user_id#/"
	)
);
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>