MyBB Community Forums

Full Version: Header editing..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi there...
i need help in editing my theme's header...
image is attached .. i want editing in the red box area...
plz help me out where should i go and change the code and how ?
i want to put adsense code here...
plz help me out...
thanks in advance
I think you should go to header template.
no help Sad
Edit the header templates (AdminCP -> Templates & Style -> Templates -> Your Templates -> Header Templates -> header), find this code:

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

Replace the code with:

<table width="100%" border="0">
<tr>
<td align="left">

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

</td>
<td align="right">

Put Everything Here

</td>
</tr>
</table>