Файл: public_html/modules/pages/faq.php
Строк: 21
<?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('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', img('smiles.png').' <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');
?>