Файл: 3020.ru/_modules/error/index.php
Строк: 29
<?php
# author penny wise
# telegram @the_penny_wise
require_once ( $_SERVER['DOCUMENT_ROOT']."/_core/system.php" );
$title = 'Ошибка';
require_once ( head );
echo '
<div class="mains">
<div class="lc_br wbg font0 relative oh" id="header_path">
<a href="/" style="font-size:0;">
<img src="'.ico.'home.png" alt="'.domain.'">
</a>
<span class="lc_brw">
<img src="'.ico.'sep.png" alt="" class="lc_br_sep">
<span class="lc_br_text">Ошибка</span>
</span>
</span>
</div>
<div class="wrapper error">
Указанный путь не найден.</div>
<div class="lc_br wbg font0 relative oh" style=" border-top: 1px solid #c0d0de;">
<a href="/" style="font-size:0;">
<img src="'.ico.'home.png" alt="'.domain.'">
</a>
<span class="lc_brw">
<img src="'.ico.'sep.png" alt="" class="lc_br_sep">
<span class="lc_br_text">Ошибка</span>
</span>
</span>
</div>';
require_once ( foot ) ;
?>