In the module help there is a option to display a list of data values:
Code: Select all
{$feu_smarty->get_user_properties(2,'userprops')}
{$userprops|@print_r}
Array
(
[function] => Front-end Developer
)
How can I display this field without the $uid.
I thought I good display it by this line {$userprops[functie]} but that doesn't work.