<?php
$locate = 'in_site';
$title = $lang->word('page_not_found');
require_once(SYS.'/view/header.php');
$tpl->div('title', $lang->word('page_not_found_1'));
$tpl->div('menu', $lang->word('page_not_found_alert'));
$tpl->div('block', HICO .'<a href="/">'. $lang->word('home').'</a>');
require_once(SYS.'/view/footer.php');
?>