<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
$APPLICATION->ShowAjaxHead();
?>
<?$APPLICATION->IncludeComponent(
"custom:forms",
"callMe",
Array(
"FORM_ID" => "callMe"
)
);?>
<appSettings>
<add key="webpages:Version" value="3.0.0.0" />
<add key="webpages:Enabled" value="false" />
<add key="PreserveLoginUrl" value="true" />
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="ClearPluginsShadowDirectoryOnStartup" value="False" />
<!-- By default this setting should always be set to "False" (only for advanced users)-->
<add key="UseFastInstallationService" value="False" />
<!-- A value indicating whether a store owner can install sample data during installation-->
<add key="DisableSampleDataDuringInstallation" value="False" />
<!-- A list of plugins ignored during nopCommerce installation-->
<add key="PluginsIgnoredDuringInstallation" value="" />
<!-- Set the setting below to "false" if you did not upgrade from one of the previous versions. It can slightly improve performance -->
<add key="SupportPreviousNopcommerceVersions" value="True" />
</appSettings>