Your IP : 216.73.216.170


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

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

CHTTP::SetStatus("404 Страница не найдена");
@define("ERROR_404","Y");

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

//okp(debug_backtrace());

$APPLICATION->SetTitle("Страница не найдена");
$APPLICATION->SetPageProperty('SECTION_MAIN_CLASS', 'section-full-height');
$APPLICATION->SetPageProperty('CLASS_FOR_PAGE_CONTENT', 'content-404');
?>
<h1>Страница не найдена!</h1>
<div><a href="/sn/" class="button">Вернуться на главную</a></div>
<?

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