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

Размер файла: 761B
<?

include_once('../system/config.php');
$sys['title'] = 'Список bb кодов';
include_once('../system/head.php');

echo '<div class="title">Список bb кодов</div>
<div class="content">
[b] <strong>text</strong> [/b]<br />
[i] <i>text</i> [/i]<br />
[u] <span style="text-decoration:underline">text</span> [/u]<br />
[s] <s>text</s> [/s]<br />
[red] <span style="color:#ff0000">text</span> [/red]<br />
[green] <span style="color:#00bb00">text</span> [/green]<br />
[blue] <span style="color:#0000bb">text</span> [/blue]<br />
[code]<div class="code">PHP CODE</div>[/code]<br/>
[url=http://wapexpert.ru/]Ссылка[/url] - <a href="http://wapexpert.ru/">Cсылка</a>
</div>';

include_once('../system/foot.php');

?>