Файл: public_html/modules/pages/rules.php
Строк: 14
<?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_faq';
$title = $lang->word('rules');
require_once(SYS.'/view/header.php');
$tpl->div('title', $lang->word('rules'));
?>
<div class="menu">
<?=$lang->word('rules_text');?>
</div>
<?php
$tpl->div('block', NAV .'<a href="/pages/faq.php">'. $lang->word('faq').'</a></br/>'. HICO .'<a href="/">'. $lang->word('home').'</a>');
require_once(SYS.'/view/footer.php');
?>