I've accomplished a couple of these goals. For some reason though my logout link is not working. Any idea of what I'm missing here?
<TD class="HeadLine" align="right"><FORM action="{$xcart_web_dir}/include/login.php" method="post" name="loginform">
{if $login eq ""}
{$lng.lbl_log_in} {/if}
{if $login ne ""}
Log out
{/if} <span class="whitefont">|</span> {if $login eq ""}
{$lng.lbl_register} {/if} {if $login ne ""}
Profile {/if} <span class="whitefont">|</span>
{$lng.lbl_view_cart} <span class="whitefont">|</span>
{$lng.lbl_checkout}
<INPUT type="hidden" name="mode" value="logout">
<INPUT type="hidden" name="redirect" value="customer">
</FORM></TD>
Thanks so much!
JB