Просмотр файла modules/pages/not_found.php

Размер файла: 514B
<?php
/**********************************
*	@package: PerfCMS			  *
*	@year: 2012					  *
*	@author: Artas				  *
*	@link: http://perfcms.pp.ua	  *
**********************************/
$locate = 'in_site';
$title = $lang->word('page_not_found');
require_once(SYS.'/view/header.php');
$tpl->div('title', $lang->word('page_not_found'));
$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');
?>