MyBB Community Forums

Full Version: Fix Index Page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hmm was playing with the index templates for my theme, I accidently deleted something and pressed save, now my forums is stretched out and everything is centered.

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
{$iadh}
{$forums}
{$iadf}
{myshoutbox_abcd}
{$boardstats}
<g:plusone annotation="inline"></g:plusone>
{$footer}
</body>
</html>

Not sure what I deleted in there, but my forums/index page of my theme is now stretched and centered.
<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>
{$header}
{$iadh}
{$forums}
{$iadf}
{myshoutbox_abcd}
{$boardstats}
<g:plusone annotation="inline"></g:plusone>
{$footer}
</body>
</html>

Try that.
Ahh thanks.