View Single Post
  #3  
Old 02-13-2006, 11:59 PM
 
m.higgins m.higgins is offline
 

Newbie
  
Join Date: Feb 2006
Posts: 7
 

Default

Quote:
Open up welcome.tpl and use an {if} statement to differentiate between logged in and not logged in customers:

{if $login eq ""}

Display non logged in text

{else}

Display logged in text

{/if}

You can of course use html in place of the text or whatever else you want in there.

Thanx for that, I'll give it a go this afternoon...
__________________
version 4.0.19
php 5
Reply With Quote