Add an image link to the header

Smooth

Active member
Hey all :)

We have had an app launch in the app store and I would like to add an 'Available in App Store' clickable link to the top of our site. If possible I would like it to mirror the overall forum logo (which is far left) to the right. Inbetween 'Admin Control Panel' and the user drop downs?

Can anyone point me in the right direction please as to which template to edit and with what code?

I have all the artwork set to go.

Thanks in advance lovely Xen people!
 
I would use the ad_header template and float the image right.

This is how the header logo image is linked, so you can just reproduce that code using your own image and URL, wrapping it all in a <div style=float:right>...</div>.

Code:
<a href="http://xenforo.com/">
<img src="styles/default/xenforo/logo.png" alt="XenForo Community">
</a>
 
Top Bottom