View Single Post
  #4  
Old 03-12-2010, 09:50 AM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: left menu "your account"

Code:
{if $login eq "" } {include file="customer/auth.tpl" } {else} {include file="customer/authbox.tpl" } {/if}

The first (auth.tpl) is the login.
The second (authbox.tpl) is the area where it has links and such for their account.
__________________
- Shane Munroe
Reply With Quote