Файл: bbcode.php
Строк: 10
<?php
include 'system/core.php';
include 'system/header.php';
if(!$user['id']){
header('Location: /index.php'); exit;
}
echo '<div class="menu">ББ коды</div>';
include 'modules/op/c.php';
include 'modules/privat/c.php';
echo '<div class="list1">
[url=http://сайт.ru]ссылка[/url] - <a href="http://сайт.ru">ссылка</a><br>
[img]сайт.ru[img] - <img src="http://сайт.ru"/><br>
[b]жирный шрифт[/b] - <b>жирный шрифт</b><br>
[u]подчеркнутый шрифт[/u] - <u>подчеркнутый шрифт</u><br>
[i]наклонный текст[/i] - <i>наклонный текст</i><br>
[br] - перенос<br>
</div><div class="navg"><img src="images/homepage.gif"/> <a href="/">На главную</a></div>';
include 'system/footer.php';
?>