Размер файла: 718B
- <?php
- /**********************************
- * @package: PerfCMS *
- * @year: 2012 *
- * @author: Artas *
- * @link: http://perfcms.pp.ua *
- **********************************/
- $locate = 'in_faq';
- $title = $lang->word('faq');
- require_once(SYS.'/view/header.php');
- $tpl->div('title', $lang->word('faq'));
- $tpl->div('menu', img('info.png').'<a href="/pages/rules.php">'.$lang->word('rules').'</a>');
- $tpl->div('menu', output(':)').' <a href="/pages/smiles.php">'.$lang->word('smiles').'</a>');
- $tpl->div('menu', img('plus.png').' <a href="/pages/tags.php">'.$lang->word('tags').'</a>');
- $tpl->div('block', HICO .'<a href="/">'. $lang->word('home').'</a>');
- require_once(SYS.'/view/footer.php');
- ?>