PDA

View Full Version : How to Change the URL of the Header Logo


Steve Machol
Wed 20th Dec '06, 12:46am
To change the URL of the header logo, edit the header template and change this:

<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$st
ylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>

To this:

<td align="$stylevar[left]"><a href="http://www.yoursite.com"><img src="$stylevar[titleimage]" bord
er="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>

...with "http://www.yoursite.com" being the URL to the page you want to link to.