Tom Couwberghs
|
Wednesday 15 June 2005 2:20:29 pm
Hi Rene, Try this:
{def $user=fetch('user', 'current_user')}
{$user|attribute(show)}
The attribute(show) function will give you an overview of an object's attributes, you can adress attributes with a '.'. So to display the login you would use {$user.login} Hope this helps, Tom
|