Your IP : 18.117.155.118


Current Path : /home/bitrix/ext_www/dev.easy-comfort.com.ua/
Upload File :
Current File : /home/bitrix/ext_www/dev.easy-comfort.com.ua/404.php

<?
//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");?>