ez-pro/s1/cabinet/index.php
2025-11-13 19:04:05 +03:00

18 lines
586 B
PHP

<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Личный кабинет");?>
<?$APPLICATION->IncludeComponent("aspro:auth.allcorp3", "main", array(
"SEF_MODE" => "Y",
"SEF_FOLDER" => "/cabinet/",
"SEF_URL_TEMPLATES" => array(
"auth" => "",
"registration" => "registration/",
"forgot" => "forgot-password/",
"change" => "change-password/",
"confirm" => "confirm-password/",
"confirm_registration" => "confirm-registration/",
),
"PERSONAL" => "/personal/"
),
false
);?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>