Thread: authbox.tpl
View Single Post
  #3  
Old 04-14-2008, 12:32 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: authbox.tpl

Quote:
Originally Posted by seaCOAST
I'm trying to find the code to disable "Delete Profile" for customers. Where can I find this?

Thanks.

file "skin1/customer/menu_cart.tpl"

PHP Code:
{if $anonymous_login eq "" && $login ne ""}
<
a href="register.php?mode=update" class="VertMenuItems">{$lng.lbl_modify_profile}</a><br />
<
a href="register.php?mode=delete" class="VertMenuItems">{$lng.lbl_delete_profile}</a><br />
{/if} 
Reply With Quote