Your IP : 18.118.146.17
<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) {
die();
}
use \Bitrix\Main\Localization\Loc;
Loc::loadLanguageFile(__FILE__);
?>
</div> <? // .layout__large-col ?>
</div> <? // .layout__columns ?>
</div> <? // .content-center ?>
</main> <? // .layout__content ?>
<?/*
<div class="layout content-center"></div>
*/?>
<div class="layout__modal modals">
<?
global $USER;
if((is_object($USER) && !$USER->IsAuthorized())){?>
<div class="modal__auth-form">
<?$APPLICATION->IncludeComponent("bitrix:system.auth.form", "", array(
"REGISTER_URL" => "#register",
"FORGOT_PASSWORD_URL" => "#forgotpasswd",
"PROFILE_URL" => "profile/",
"WP_POPUP_MODE" => "Y",
"WP_SHOW_TITLE" => "Y",
"WP_HTML_BLOCK" => "auth-form",
"WP_HTML_MOD" => "",
"WP_SUCCESS_MODE" => "S2"
)
);?>
</div>
<div class="modal__reg-form">
<?$APPLICATION->IncludeComponent("bitrix:system.auth.registration", "", array(
"USER_PROPERTY_NAME" => "",
"SEF_MODE" => "N",
"SEF_FOLDER" => "",
"SHOW_FIELDS" => Array(),
"REQUIRED_FIELDS" => Array(),
"AUTH" => "Y",
"USE_BACKURL" => "Y",
"SUCCESS_PAGE" => "",
"SET_TITLE" => "N",
"USER_PROPERTY" => Array(),
"VARIABLE_ALIASES" => Array(),
"HTML_BLOCK" => "registration-form",
"WP_PUPOP_MODE" => "Y",
"WP_TITLE" => "Регистрация на сайте",
)
); ?>
</div>
<div class="modal__forgotpasswd-form">
<? $APPLICATION->IncludeComponent(
"bitrix:system.auth.forgotpasswd",
".default",
Array(
"WP_HTML_BLOCK" => "forgotpasswd-form",
"WP_PUPOP_MODE" => "Y",
"WP_SHOW_TITLE" => "Y",
)
); ?>
</div>
<?}?>
<div class="modal__order-success">
<? $APPLICATION->IncludeComponent(
"webprofy:pupop.order.success",
".default",
array(
"USER_TRIGGER" => "cartItemAdded"
)
); ?>
</div>
</div> <? // .layout__modal ?>
</div> <? // .layout__wrap-content ?>
<footer class="layout__footer">
<div class="footer bem is-hide-mobile">
<div class="footer__center">
<div class="footer__top">
<?$APPLICATION->IncludeComponent(
"bitrix:menu",
"footer-list",
array(
"ROOT_MENU_TYPE" => "bottom",
"MAX_LEVEL" => "2",
"USE_EXT" => "Y",
"CHECK_ACTIVE_ITEMS" => "N",
"COMPONENT_TEMPLATE" => "footer-list",
"MENU_CACHE_TYPE" => "A",
"MENU_CACHE_TIME" => "36000",
"MENU_CACHE_USE_GROUPS" => "N",
"MENU_CACHE_GET_VARS" => array(
),
"CHILD_MENU_TYPE" => "",
"DELAY" => "N",
"ALLOW_MULTI_SELECT" => "N",
"WP_HTML_MOD" => "",
"WP_COLUMNS_COUNT" => "4",
"COMPOSITE_FRAME_MODE" => "A",
"COMPOSITE_FRAME_TYPE" => "AUTO"
),
false
);?>
<div class="footer__contacts">
<div class="footer__contacts-link-cont"><a href="#" class="footer__contacts-link"><?=Loc::getMessage('FOOTER_CONTACTS');?></a>
</div>
<div class="footer__contacts-phone">
<?$APPLICATION->IncludeComponent("bitrix:main.include", "", Array(
"AREA_FILE_SHOW" => "file",
"PATH" => SITE_DIR . '/include/header_phone.php'
));?>
</div>
<div class="footer__callback-cont">
<a href="<?=SITE_DIR?>ajax/callback.php" data-action="request-call"
class="js-modal footer__callback"><?=Loc::getMessage('FOOTER_REQUEST_CALL');?></a>
</div>
</div>
<div class="footer__sns">
<div class="footer__sns-header"><?=Loc::getMessage('FOOTER_IN_SOCIAL');?></div>
<ul class="footer__sns-list">
<li class="footer__sns-item"><a href="#" class="footer__sns-link youtube"></a></li>
<li class="footer__sns-item"><a href="#" class="footer__sns-link fb"></a></li>
<li class="footer__sns-item"><a href="#" class="footer__sns-link twitter"></a></li>
<li class="footer__sns-item"><a href="#" class="footer__sns-link insta"></a></li>
</ul>
</div>
</div>
<div class="footer__bottom">
<div class="footer__copyright">
<span class="footer__year">© <?=date('Y')?></span>
<span class="footer__company">
<?$APPLICATION->IncludeComponent("bitrix:main.include", "", Array(
"AREA_FILE_SHOW" => "file",
"PATH" => SITE_DIR . '/include/footer_company_name.php'
));?>
</span>
<span class="footer__rights">
<?$APPLICATION->IncludeComponent("bitrix:main.include", "", Array(
"AREA_FILE_SHOW" => "file",
"PATH" => SITE_DIR . '/include/footer_copyright.php'
));?>
</span>
<div class="footer__agreement">
<a href="/agreement/" class="footer__agreement-link" target="_blank"><?=Loc::getMessage('FOOTER_AGREEMENT_LINK');?></a>
</div>
</div>
<div class="footer__devs">
<?=Loc::getMessage('FOOTER_SITE_DEVELOPMENT');?>
<a href="http://webprofy.ru" class="footer__devs-link">WEBPROFY</a>
</div>
</div>
</div>
</div>
<? include('footer_mobile.php'); ?>
</footer>
</div> <? // .layout ?>
<? include('analytics_body_close.php'); ?>
</body>
</html><?
// LeftColumn
ob_start();
if ($APPLICATION->GetProperty('FULLWIDTH') != 'Y') { ?>
<div class="layout__small-col is-hide-mobile">
<? $APPLICATION->IncludeComponent(
"bitrix:main.include",
".default",
array(
"AREA_FILE_SHOW" => "sect",
"AREA_FILE_SUFFIX" => "leftcolumn",
"AREA_FILE_RECURSIVE" => "Y",
"EDIT_TEMPLATE" => "standard.php",
"COMPONENT_TEMPLATE" => ".default"
),
false
); ?>
</div>
<? }
$APPLICATION->AddViewContent('LeftColumn', ob_get_clean());
// Content class
if(!$APPLICATION->GetProperty('CONTENT_CLASS') && $APPLICATION->GetProperty('ISCUSTOMPAGE') != 'Y'){
$APPLICATION->SetPageProperty('CONTENT_CLASS', 'content-area');
}
?>