Quote:
myself used your updated header text and it fixed the error I was having but it also removed the home and forums links, Is there any way to get an updated header file which includes these It just seemed convenient especially for new members not too familiar with navigating these boards.
BTW thanks for the fix
|
In the header template find:
Code:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
Under that, you may add your links. If your loking for Home Page & Forum Home try this:
Code:
<td class="vbmenu_control"><a href="$vboptions[homeurl]">Home</a></td>
<td class="vbmenu_control"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Forums</a></td>