MyBB Community Forums

Full Version: How to add a Favicon to my forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I add a favicon to my forum like myBB has( the object to the left of the url).
Put this in your header template:

<link rel="icon" type="image/png" href="http://example.com/image.png">

http://en.wikipedia.org/wiki/Favicon
Do note that the image or icon must be 16 pixels by 16 pixels.
I didn't realize that there was already a tutorial on this, take a look here: http://community.mybboard.net/thread-51632.html