File size: 1.43Kb
- <?php
- /**********************************
- * @package: PerfCMS *
- * @year: 2012 *
- * @author: Artas *
- * @link: http://perfcms.pp.ua *
- **********************************/
- $locate = 'in_faq';
- $title = $lang->word('tags');
- require_once(SYS.'/view/header.php');
- $tpl->div('title', $lang->word('tags'));
- ?>
- <div class="menu">
- [b]Text[/b]: <?=output('[b]Text[/b]');?><br/>
- [i]Text[/i]: <?=output('[i]Text[/i]');?><br/>
- [u]Text[/u]: <?=output('[u]Text[/u]');?><br/>
- [s]Text[/s]: <?=output('[s]Text[/s]');?><br/>
- [big]Text[/big]: <?=output('[big]Text[/big]');?><br/>
- [small]Text[/small]: <?=output('[small]Text[/small]');?><br/>
- [green]Text[/green]: <?=output('[green]Text[/green]');?><br/>
- [red]Text[/red]: <?=output('[red]Text[/red]');?><br/>
- [blue]Text[/blue]: <?=output('[blue]Text[/blue]');?><br/>
- [yellow]Text[/yellow]: <?=output('[yellow]Text[/yellow]');?><br/>
- [size=(0-13)]Text[/size]: <?=output('[size=13]Text[/size]');?><br/>
- [color=(any color)]Text[/color]: <?=output('[color=black]Text[/color]');?><br/>
- [url=http://www.google.com]Google[/url]: <?=output('[url=http://www.google.com]Google[/url]');?><br/>
- [quote]Quote[/quote]: <?=output('[quote]Quote[/quote]');?><br/>
- http://google.com: <?=output('http://google.com');?><br/>
- </div>
- <?php
- $tpl->div('block', NAV .'<a href="/pages/faq.php">'. $lang->word('faq').'</a></br/>'. HICO .'<a href="/">'. $lang->word('home').'</a>');
- require_once(SYS.'/view/footer.php');
- ?>