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

17 lines
330 B
PHP

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Сервисы");
?>
<?
$APPLICATION->IncludeComponent(
"evolution:services.list",
"",
Array()
);
?>
<?$APPLICATION->IncludeComponent(
"evolution:form.leasing",
"",
Array()
);?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>