Quote:
Originally Posted by CoZmicShReddeR
Is there a way to have this show on the front page of the CMS version like it shows in the forums?
|
You would have to edit your navbar template and right after where it says
<li>
//// THE LINK FOR VIDEO GAMES
</li>
you would put
<li>
<a rel="nofollow" href="./facebook.php">
<img width="16" height="16" border="0" src="./fbb/facebook_logo_16x16.gif">
Connect with Facebook
</a>
</li>
So here is the before and after