Quote:
Originally Posted by TheFixx
How would I go about redirecting or changing where the "home" button on the navbar points to? Or at the least the main header image.
|
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>