Quote:
Originally Posted by pmay68
how do I put a link on my navbar to lead users to the email sign in
|
In the Navigation / Breadcrumbs > Navbar
Edit this template and anywhere you'd like it to be, add this..
HTML Code:
<td class="vbmenu_control"><a href="$vboptions[bburl]/email.php">Email</a></td>
You can also create a custom global phrase called pop_email, then you can use it in several templates you would like. that code would look like this
HTML Code:
<td class="vbmenu_control"><a href="$vboptions[bburl]/email.php">$vbphrase[pop_email]</a></td>
the code you are looking for to put this, starts after this code.
HTML 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">