2024-05-23 03:04:30 +03:00

32 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
?>
<?
$APPLICATION->IncludeComponent("bitrix:breadcrumb", "evolution", Array(
"PATH" => "", // Путь, для которого будет построена навигационная цепочка (по умолчанию, текущий путь)
"SITE_ID" => "s1", // Cайт (устанавливается в случае многосайтовой версии, когда DOCUMENT_ROOT у сайтов разный)
"START_FROM" => "0", // Номер пункта, начиная с которого будет построена навигационная цепочка
),
false
);
?>
<?
$APPLICATION->IncludeComponent(
"evolution:about.news.article",
"",
Array(
"CODE" => $_REQUEST['CODE']
)
);
?>
<?
$APPLICATION->IncludeComponent(
"evolution:form.leasing",
"",
[
"TITLE" => "У Вас появились вопросы?",
"SUBTITLE" => "Всё о покупке автомобилей в лизинг",
]
);
?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>