Webboard

Pełna wersja: Nieprawidłowy wygląd strony głównej.
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB: 1.6.15
adres forum: http://strefa-skila.pl/index.php
na czym polega problem (screen, opis, komunikaty):
Screen: http://scr.hu/2z1d/nmzv3
Opis: Coś chyba wykasowałem z index.php w szablonach i się zepsuło :/
Może mi ktoś pomóc
Oto zawartość index.php
Kod:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$serversboard_index}
{$ps_header_index}





</div>
{$forums}
<div class="forums" style="float:left;width: 70%;">
<div id="index_forums">{$custom_status_index}

<br>
</div>
</div>
<br class="clearboth">
{$boardstats}

{$footer}
</body>
</html>
Kod:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$serversboard_index}
{$ps_header_index}

<div class="forums" style="float: left;width: 74%; marigin: 0 1% 0 0;">
{$forums}
</div>
<div class="sidebar" style="float: left; width: 25%;">
{$custom_status_index}
<br>
</div>
<br class="clearboth">
<div style="width: 100%">
{$boardstats}
</div>
{$footer}
</body>
</html>