Your IP : 216.73.216.170


Current Path : /home/bitrix/ext_www/oldpfcc.yacl.site.corrupted/
Upload File :
Current File : /home/bitrix/ext_www/oldpfcc.yacl.site.corrupted/404.php

<?
include_once($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/urlrewrite.php');

CHTTP::SetStatus("404 Not Found");
@define("ERROR_404","Y");

require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");

$APPLICATION->SetTitle("Страница не найдена");
$APPLICATION->SetPageProperty('SHOW_H1', 'N');
$APPLICATION->SetPageProperty("NOT_SHOW_NAV_CHAIN", "Y");
?>
<section class="section section-404-title">
    <div class="container">
    	<h1>404</h1>
    	<p><?=GetMessage('VEB_MESS_404') ?></p>
    </div>
</section>
<?
$APPLICATION->IncludeComponent(
    "bitrix:news.list",
    '404',
    Array(
        "IBLOCK_TYPE" => 'page_links',
        "IBLOCK_ID" => CVebIBlockTools::GetIDByCode('page_404'),
        "NEWS_COUNT" => $count,
        "SORT_BY1" => "SORT",
        "SORT_BY2" => "SORT",
        "SORT_ORDER1" => "ASC",
        "SORT_ORDER2" => "ASC",
        "FIELD_CODE" => array(),
        "PROPERTY_CODE" => array(
            'LINK', 'SVG', 'TARGET',
        ),
        "SET_TITLE" => 'N',
        "SET_LAST_MODIFIED" => 'N',
        "INCLUDE_IBLOCK_INTO_CHAIN" => 'N',
        "CACHE_TYPE" => "A",
        "CACHE_TIME" => "36000000",
        "CACHE_FILTER" => "N",
        "CACHE_FILTER" => "N",
        "PREVIEW_TRUNCATE_LEN" => "",
        "FILTER_NAME" => '',
        "CHECK_DATES" => 'N',
        "DISPLAY_BOTTOM_PAGER" => 'N',
        "DISPLAY_TOP_PAGER" => 'N',
        "PAGER_TEMPLATE" => '_',
        ),
    $component
    );
?>
<? CVebSiteTemplateTools::IncludeArea("services/bottom.php");?>
<?
/*
<a href="/home/">Главная</a>
$APPLICATION->IncludeComponent("bitrix:main.map", ".default", array(
	"CACHE_TYPE" => "A",
	"CACHE_TIME" => "36000000",
	"SET_TITLE" => "Y",
	"LEVEL"	=>	"3",
	"COL_NUM"	=>	"2",
	"SHOW_DESCRIPTION" => "Y"
	),
	false
);*/

require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>