File size: 577B
<?php
/**********************************
* @package: PerfCMS *
* @year: 2012 *
* @author: Artas *
* @link: http://perfcms.pp.ua *
**********************************/
$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');
?>