Your IP : 3.17.128.236
<?
//include_once($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/urlrewrite.php');
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
CHTTP::SetStatus("404 Not Found");
@define("ERROR_404","Y");
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_after.php");
/* подключаем язковые константы */
IncludeGlobalLangFile();
$APPLICATION->SetPageProperty("CONTENTCLASS", "404");
$APPLICATION->SetPageProperty("FULLWIDTH", "N");
$APPLICATION->SetTitle("404 Not Found");?>
<div class="no-found bem layout__block">
<div class="no-found__holder">
<div class="no-found__title"><?=GetMessage("WP_NO_FOUND_PAGE");?></div>
<div class="no-found__404">404</div>
<div class="no-found__description"><?=GetMessage("WP_CHECK_OUT_URL_PAGE");?>. </div>
<div class="no-found__addition-text"><?=GetMessage("WP_YOU_CAN_GO");?></div>
</div>
</div>
<?$APPLICATION->IncludeComponent("bitrix:main.map", ".default", Array(
"LEVEL" => "3",
"COL_NUM" => "2",
"SHOW_DESCRIPTION" => "Y",
"WP_SHOW_CATALOG" => "Y",
"WP_CATALOG_IBLOCK_ID" => "19",
"SET_TITLE" => "Y",
"CACHE_TIME" => "36000000"
)
);
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>