MyBB Community Forums

Full Version: Header Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

Sorry to tell you that I have the lost the default header code while editing it. can any body provide me the the default header code??? I shall be really thankful kindly help.


Regards,
rfi
	<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
				</ul>
			</div>
			<hr class="hidden" />
			<div id="panel">
				{$welcomeblock}
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}{$extmessage}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />

That should be it, unless a plugin modified my header code Toungue
Or you could just revert the header to the original. Smile
(2009-11-08, 04:53 AM)Joshua Mayer Wrote: [ -> ]
	up given post

That should be it, unless a plugin modified my header code Toungue

Thanks a lot I got it Big Grin

(2009-11-08, 12:50 PM)Combo Wrote: [ -> ]Or you could just revert the header to the original. Smile

Oh brother it was an easy trick but I couldn't get it at that time thanks a lot for your help as well.