Quote:
Originally Posted by fifanetwork
This may be a simple question i dont know.On the top nav bar that has links on can and is so how can I link the home link to a frontpage I have designed,if i cant how can i put a new link on the nav bar and put a link on to another page
help will be appreciated
|
Need to modify your navbar template and add your home link to the beginning of it. This one is for vbadvanced but you can get an idea from it how it works.
HTML Code:
<if condition="THIS_SCRIPT == adv_index">
<td class="nav"><a href="$vboptions[bburl]">Forums</a></td><else />
<td class="nav"><a href="$vboptions[homeurl]">HOME</a></td></if>
HTH