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

Размер файла: 1.45Kb
<?php

session_start();

include "file/db.php";
include "file/config.php";
include "func/aut.php";
include "style/".$autorize['skin']."/head.php";

echo "</center><div class='menu'><center>BB-Коды</center></div><div class='tab'>";

echo "[b]Текст[/b] - Выделяет <b>жирным</b><br/>
<div class='hr'></div>[i]Текст[/i] - Выделяет <i>курсивом</i><br/>
<div class='hr'></div>[s]Текст[/s] - <s>Зачеркивает</s> текст<br/>
<div class='hr'></div>[u]Текст[/u] - <u>Подчеркивеат</u> текст<br/>
<div class='hr'></div>[big]Текст[/big] - <big>Увеличивает</big> текст<br/>
<div class='hr'></div>[small]Текст[/small] - <small>Уменьшает</small> текст<br/>
<div class='hr'></div>[red]Текст[/red] - <font color = \"red\">Красный</font> текст<br/>
<div class='hr'></div>[green]Текст[/green] - <font color = \"green\">Зелёный</font> текст<br/>
<div class='hr'></div>[black]Текст[/black] - <font color = \"black\">Чёрный</font> текст<br/>
<div class='hr'></div>[blue]Текст[/blue] - <font color = \"blue\">Синий</font> текст<div class='hr'></div>";


echo "<img src=\"style/".$autorize['skin']."/home.png\" alt=\"*\"/>";echo "<a href=\"enter.php?".session_name()."=".session_id()."\">Панель</a><div class='hr'></div>";
print "</div>";
include "style/".$autorize['skin']."/foot2.php";
?>