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

Размер файла: 577B
  1. <?php
  2. /**********************************
  3. * @package: PerfCMS *
  4. * @year: 2012 *
  5. * @author: Artas *
  6. * @link: http://perfcms.pp.ua *
  7. **********************************/
  8. $locate = 'in_faq';
  9. $title = $lang->word('rules');
  10. require_once(SYS.'/view/header.php');
  11. $tpl->div('title', $lang->word('rules'));
  12. ?>
  13. <div class="menu">
  14. <?=$lang->word('rules_text');?>
  15. </div>
  16. <?php
  17. $tpl->div('block', NAV .'<a href="/pages/faq.php">'. $lang->word('faq').'</a></br/>'. HICO .'<a href="/">'. $lang->word('home').'</a>');
  18. require_once(SYS.'/view/footer.php');
  19. ?>