so you are adding the above code or modifying the existing code? Here is my version as of right now.
Code:
{* $Id: authbox_mod.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *}
{capture name=menu}
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
<FORM action="{$xcart_web_dir}/include/login.php" method="post" name="loginform">
<tr>
<TD width="1%"></TD>
<TD width="99%">
<font color="#333333" size="4">{$login}{$lng.txt_logged_in}</font>
</TD>
</tr>
{if $usertype eq "C"}
{/if}
<INPUT type="hidden" name="mode" value="logout">
<INPUT type="hidden" name="redirect" value="{$redirect}">
</FORM>
</TABLE>
{/capture}
{include file="menu_mod.tpl" menu_title=$lng.lbl_authentication menu_content=$smarty.capture.menu}