03-03-2012, 01:35 PM
I have this code in my theme's header template...
It directs to the logo.gif in my theme's folder, I just made a logo.png file but I don't know how to change the code to look for a .png instead of the .gif
I put the logo.png in the same spot as the logo.gif so nothing else needs to change...
Thanks to whomever answers
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>
I put the logo.png in the same spot as the logo.gif so nothing else needs to change...
Thanks to whomever answers