PDA

View Full Version : Add link to forum homepage in footer



MRGTB
Sun 6th Aug '06, 8:37pm
This will let you add a link the same as the Homepage link in your footer so you have a link to the sites homepage and forum homepage.

In footer template find:


<if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>

Change too:


<if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
<a href="$vboptions[bburl]">$vboptions[bbtitle]</a> -
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>