Did you ever get this work?
I want to use it on 4.1 a but cannnot get it to read out correctly
Here is the code:
<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 OutLog out[/url]
{/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>
I think it has to do with the URL brackets [ ] this forum is throwing around the code.....