MyBB Community Forums

Full Version: Unknown problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
please check the screen shot my site is showing "}" in top of forum i dont no why please tell me how to remove it.
ACP -> Styles / Templates -> Templates -> *expand template set* -> Header Templates -> header
Find the } near the top of the template and remove it.
no there is no } in top there are other but if i remove them then site give error
This is header code of my template
<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div id="logo">
				<div class="wrapper">
					<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
				</div>
			</div>
			<div id="panel">
				<div class="upper"><!-- This div(class="upper") is closed in the header_welcomeblock_member and header_welcomeblock_guest templates -->
					<div class="wrapper">
						<ul class="menu top_links">
							<li><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a></li>
							<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a></li>
							<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a></li>
						</ul>
						{$welcomeblock}
			</div>
		</div>
		<div id="content">
			<div class="wrapper">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}{$mysupport_tech_notice}{$mysupport_assign_notice}
				{$pending_joinrequests}
				<navigation>
				<br />
Ok, I looked at your source code.
ACP -> Styles / Templates -> Templates -> *expand template set* -> Index Templates -> index

Find:
{$headerinclude}
There should be an extra } here, if not, then go to the headerinclude and find the } at the end of the code.
o yeh man it was showing {$headerinclude}} now all fine thanks for your help rep ++