Файл: public_html/modules/pages/not_found.php
Строк: 19
<?php
/**********************************
* @package: PerfCMS *
* @year: 2012 *
* @author: Artas *
* @link: http://perfcms.net *
* ------------------------------- *
* @package: PerfCMS Ultra *
* @year: 2013 *
* @author: wanya26ua & Tesla *
* @link: http://perfclub.ru *
**********************************/
$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');
?>