Thursday 01 April 2004 6:04:11 am
hi all
i've customized my user class by adding some attribute like:
-domain -second e-mail i can fetch the standard attribute (name, email, login) as follows:
{let user=fetch( 'user', 'current_user' )}
*User: {$user.contentobject.name}<br />
*Email: {$user.email}<br />
*Login: {$user.login}<br />
{/let}
how can i fetch the attribute i've added? how can i fetch, for example, only the last name of my user?
best regards alessandro
|