%PDF- %PDF-
Direktori : /home/bitrix/www/auth/ |
Current File : /home/bitrix/www/auth/pass_rest.php |
<? require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); $APPLICATION->SetTitle("Password Recovery"); $APPLICATION->SetPageProperty("title", "Password Recovery | port4lio.pro"); $APPLICATION->SetPageProperty("static", "Y"); $title = $APPLICATION->GetTitle(); if (isset($_GET['login']) && $_GET['login'] == 'yes') LocalRedirect(SITE_DIR); ?> <div class="breadcrumb-wrapper"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-xs-12 col-sm-12" style="margin-top: 60px; text-align: center;"> <h2 class="title"><span><?=$title;?></span></h2> </div> <div class="col-lg-6 col-md-6 col-xs-12 col-sm-6"> <div class="breadcrumbs pull-right"> <ul> </ul> </div> </div> </div> </div> </div> <div class="content"> <div class="container" style="min-width: 1200px;"> <div class="row" style="padding: 0 18px;"> <?$APPLICATION->IncludeComponent( "bitrix:system.auth.forgotpasswd","", Array(), false );?> </div> </div> </div> <?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>