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

37 lines
817 B
PHP
Raw Permalink 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->SetTitle("Эволюция автолизинга: Приятно познакомиться");
?>
<section data-page="about">
<?
$request = \Bitrix\Main\Context::getCurrent()->getRequest();
$request->getQueryList()->toArray();
$guid = $request->get("user");
$APPLICATION->IncludeComponent(
"evolution:vizitka",
"",
Array(
"guid" => $guid,
)
); ?>
<article>
<!--
<?
$APPLICATION->IncludeComponent(
"evolution:form.leasing.nomail",
"",
[
"TITLE" => "У Вас появились вопросы?",
"SUBTITLE" => "Всё о покупке автомобилей в лизинг",
]
);
?>
-->
<div class="withoutform"><br /></div>
</article>
</section>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>