View Single Post
  #4  
Old 05-10-2006, 12:37 PM
 
Inner Eye Inner Eye is offline
 

Member
  
Join Date: Jan 2005
Posts: 25
 

Default

I know this is an old post, but maybe still helpful to someone else.

Code:
{if $login eq "" } YOU MUST BE LOGGED TO VIEW THE PRODUCTS. {/if}

or if you want to display a message after they have logged:


Code:
{if $login eq "" } YOU MUST BE LOGGED TO VIEW THE PRODUCTS. {else} You are logged in! {/if}
__________________
Before you criticize someone, walk a mile in his shoes.
That way, if he gets angry, he\'ll be a mile away - and barefoot.

Version 4.0.9
Reply With Quote