View Single Post
  #5  
Old 03-27-2005, 04:52 PM
 
jb1013 jb1013 is offline
 

Advanced Member
  
Join Date: Jul 2004
Posts: 80
 

Default Getting There

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
__________________
Jason Brantley
Axis Computer Conuslting
www.axiscc.com
Reply With Quote