MyBB Community Forums

Full Version: Adding banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I'm doing a link exchange with another site soon so that will involve putting their banner on my site.
I would like to put it below the User CP navbar but what would that involve?
Thanks for any help.
If you want it to be visible to everyone add it to the header template.

Find:
			<div id="panel">
				{$welcomeblock}
			</div>

Add after:
<div style="text-align: center;">
<a target="_blank" href="http://www.somesite.com/"><img src="images/bannername.png" alt="sitename" /></a>
</div>