View Single Post
  #2  
Old 10-12-2005, 11:12 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Just use an {if} statement for the link, like this:

Code:
{if $login eq "" } link 1 {else} link 2

Translated, this says:

If the user is not logged in, display link one, if not display link 2.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote