MyBB Community Forums

Full Version: hw to remove this from theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 66ep00.jpg]

please help here
AdminCP > Templates > Your theme's templates > Header Templates > header > and search the text and remove.
post url here
<div id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
	<div id="submenu"><div id="submenu_left"><strong><a href="{$mybb->settings['bburl']}/portal.php">Portal</a><a href="{$mybb->settings['bburl']}/index.php">Foro</a></strong></div><div id="submenu_right"><strong><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></strong><br /></div></div>
<div id="container">
<a name="top" id="top"></a>
		<div id="header">
		<hr class="hidden" />

		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
                              {$welcomeblock}

			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<br class="clear" />

this is header code, witch have to remove