Quote:
Originally Posted by hoof
You will find that code in your adminCP>Styles & Templates>Style Manager>Blak-Ice>Edit Templates>navbar
Find:
Code:
<td class="vbmenu_control"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">Home</a></td>
And change it to what you want it to link to 
You can replace that with standard coding like: <td class="vbmenu_control"> <a href="http://YOUR_LINK.com/">MY LINK</a></td>
|
Thanks Hoof, I appreciate it, and props again!