| Current Path : /var/www/homesaver/www/auth/ |
| Current File : /var/www/homesaver/www/auth/index.php |
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Авторизация");
?>
<?$APPLICATION->IncludeComponent("aspro:auth.next", "main", array(
"SEF_MODE" => "Y",
"SEF_FOLDER" => "/auth/",
"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");?>