MyBB Community Forums

Full Version: Icon Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know how to add icons up next to calendar and help?


I added a games section and it just has the word games. I need an icon before the word.


Any help would be appreciated.


Thanks,


Primster7
You can add the link in the header template.

Admin CP --> Templates --> *expand your template set* --> header.

Find:
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
And then before it, add your code:
<li><a href="YOURPAGE.PHP"><img src="YOURIMAGE.GIF" alt="" />YOUR LINK</a></li>
Thanks bro it worked perfect.
Glad it's working Smile