2021-12-03 08:40:16 +03:00

20 lines
342 B
PHP

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
?>
<?
$APPLICATION->IncludeComponent(
"evolution:leasing.programs.entry",
"",
Array(
"CODE" => $_REQUEST['PROGRAM']
)
);
?>
<?
$APPLICATION->IncludeComponent(
"evolution:form.leasing",
"",
Array()
);
?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>