Хак/Инструкция о том как сделать Форум на все ширину страницы
Установка:
Открыть index.php
Найти:
$tpl->load_template('main.tpl');
Заменить на:
if ($do=="forum")
$tpl->load_template('forum.tpl');
else
$tpl->load_template('main.tpl');
$tpl->load_template('forum.tpl');
else
$tpl->load_template('main.tpl');
Создать в папке шаблона файл forum.tpl, в нем прописать
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
{AJAX}
<div style="margin:5px">
{info}{content}
</div>
</body>
</html>
<head>
</head>
<body>
{AJAX}
<div style="margin:5px">
{info}{content}
</div>
</body>
</html>
Вот и все.
Нравится ли вам новый шаблон сайта?
