View file stat/_modules/error/index.php

File size: 521B
<?php

	# mark core  v1.0
    # author Drk in
	# date 24.10.19 	

	# core

	require_once ( $_SERVER['DOCUMENT_ROOT']."/_core/system.php" );

	# meta

	$title = 'Ошибка » Мобильные WAP сайты';
	$description = null;
	$keywords = null;
	$tl    = 'Ошибка';

	# head

	require_once ( head );
	
	echo '<div class ="err">Указанный путь не найден.</div>
	<a href="'.site.'" class="touch">« На главную</a>';

	# foot

	require_once ( foot ) ;
?>