MyBB Community Forums

Full Version: at the top
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have this at the top of my header

this } how do i get rid of this
Check your index template.
this is my index template

<html>
<head>

<title>{$mybb->settings['bbname']}</title>
{$headerinclude}}
{$metag}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>

{$header}

<div id="container">

{$forums}
{$shoutbox}
{$boardstats}


<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
	<tr>
		<td class="trow1" align="center" valign="middle"><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" /></td>
		<td class="trow2" align="center" valign="middle"> <span class="smalltext">{$lang->new_posts}</span></td>
		<td class="trow1" align="center" valign="middle"><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" /></td>
		<td class="trow2" align="center" valign="middle"><span class="smalltext">{$lang->no_new_posts}</span><br /></td>
		<td class="trow1" align="center" valign="middle"><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}"/></td>
		<td class="trow2" align="center" valign="middle"><span class="smalltext">{$lang->forum_locked}</span></td>
	</tr>
</table>

{$footer}


</body>
</html>

okay dont worry found it it