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

Размер файла: 954B
<?
ini_set('display_errors',1); 
error_reporting(E_ALL ^E_NOTICE); 
error_reporting(E_ALL);
include "config.php";
$title = "BB Коды";
include "./inc/head.ml";
print '[b] - <b>жирный</b>, [i] - <i>курсив</i>, [u] - <u>подчёркнутый</u>, [del] - <del>зачёркнутый по центру</del>, [red] - <font color="red"/>красный</font><br> [smile] - <smile>маленький</smile>, [big] - <big>большой</big>, [blue] - <font color="blue"/>синий</font>, [orange] - <font color="orange"/>оранжевый</font>, [lime] - <font color="lime"/>лаймовый</font>, [green] - <font color="green"/>зелёный</font>,[s] - <strike>зачёркнутый снизу</strike></b><br>
<font color="red"/>Незабудьте закрыть тег например [blue]привет[/blue]</font><br>
<div class="a"/><a href="add.php"/>Назад</a></div>';
include "./inc/footer.ml";
?>