Quote:
Originally Posted by dadoc
Where does it display the link to the staff page?
|
nothing
you must manually add link in navbar template
search this code in navbar template
HTML Code:
$template_hook[navbar_buttons_left]
add this code below
HTML Code:
<td class="vbmenu_control"><a href="staff.php$session[sessionurl_q]" accesskey="5">$vbphrase[meet_our_staff]</a></td>