Файл: modules/pages/faq.php
Строк: 35
<?php
/**
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) 2013, Taras Chornyi, Sergiy Mazurenko, Ivan Kotliar
* @link http://perf-engine.net
* @package PerfEngine
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
$locate = 'in_faq';
$title = _t('faq');
include_header($title);
$tpl->div('title', _t('faq'));
$tpl->div('menu', img('info.png').'<a href="/pages/rules.php">'._t('rules').'</a>');
$tpl->div('menu', img('smiley-smile.png').' <a href="/pages/smiles.php">'._t('smiles').'</a>');
$tpl->div('menu', img('plus.png').' <a href="/pages/tags.php">'._t('tags').'</a>');
$tpl->div('block', HICO .'<a href="/">'. _t('home').'</a>');
include_footer();
?>