Your IP : 3.15.214.120


Current Path : /home/bitrix/ext_www/dev.home-comfort.in.ua/forgotpasswd/
Upload File :
Current File : /home/bitrix/ext_www/dev.home-comfort.in.ua/forgotpasswd/index.php

<?
require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/main/include/prolog_before.php');
$APPLICATION->SetPageProperty("FULLWIDTH", "Y");
$APPLICATION->SetTitle("Восстановление пароля");
require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/main/include/prolog_after.php');

?>
    <div class="layout__columns">
        <div class="layout__small-col-plus">
            <? $APPLICATION->IncludeComponent(
                "bitrix:system.auth.forgotpasswd",
                ".default",
                Array(
                    "WP_HTML_BLOCK" => "forgotpasswd-form",
                    "WP_SHOW_TITLE" => "N"
                )
            ); ?>
        </div>
    </div><?
require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/footer.php');
?>