mantisinc Posted January 9, 2009 Share Posted January 9, 2009 Looking to display a "welcome" message. However, I am unsure on what to insert to display the users full name. Obviously, I only want this to be displayed to logged in users, and something else to be displayed to guests.How would I go about doing this?Thanks in advance! Link to comment Share on other sites More sharing options...
jhnstcks Posted January 9, 2009 Share Posted January 9, 2009 You could try something like this {if $logged} {$customerName} ({l s='Log out'}) {else} {l s='Log in'} {/if} Link to comment Share on other sites More sharing options...
madmike Posted November 12, 2010 Share Posted November 12, 2010 Thanks John,It was perfectly what I'm searching for.Mike Link to comment Share on other sites More sharing options...
schofici Posted January 13, 2017 Share Posted January 13, 2017 Where to use this link ? Link to comment Share on other sites More sharing options...
Recommended Posts