1
0
Fork 0
mirror of synced 2025-04-18 16:41:02 +00:00

changed registration template name to default_loyalty

This commit is contained in:
Sergey Chazov 2021-06-11 09:41:29 +03:00 committed by Neur0toxine
parent 49797eac6f
commit a78778026a

View file

@ -5,7 +5,7 @@ $APPLICATION->SetTitle("Регистрация");
<?php $APPLICATION->IncludeComponent(
"bitrix:main.register",
"intaro.retailcrm",
"default_loyalty",
[
"AUTH" => "Y",
"REQUIRED_FIELDS" => [],
@ -18,4 +18,4 @@ $APPLICATION->SetTitle("Регистрация");
]
); ?>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?>