changed registration template name to default_loyalty
This commit is contained in:
parent
49797eac6f
commit
a78778026a
1 changed files with 2 additions and 2 deletions
|
@ -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"); ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue