View Single Post
  #5  
Old 06-20-2006, 07:01 AM
 
rcg rcg is offline
 

Member
  
Join Date: Mar 2005
Posts: 18
 

Default

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}
__________________
X-Cart GOLD 4.0.17
Affiliate
RMA
AOM
Configurator
---
PHP 4.4.2
MYSQL 4.1.21
Reply With Quote