MyBB Community Forums

Full Version: logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This my forum header code for logo
but where i put image url to see image as logo

<div id="logo"><a href="{$mybb->settings['bburl']}/index.php"> alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
Actually this one is wrong. your header code should be like this:

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

where <img src="{$theme['logo']}" shows the image in logo. you may change it like <img src="http://anysite.com/yourlogo.png"

<snip - spam>