<?php
$locate = 'in_faq';
$title = $lang->word('rules');
require_once(SYS.'/view/header.php');
$tpl->div('title', $lang->word('rules'));
?>
<div class="post">
<?=$lang->word('rules_text');?>
</div>
<?php
$tpl->div('block',HICO .'<a href="/">'. $lang->word('home').'</a>');
require_once(SYS.'/view/footer.php');
?>