Many research, but definitively can't find the answer...
In a UDT I retrieve the alias of a Lise item
in UDT
Code: Select all
$smarty->assigngnglobal('myalias', $myalias);Code: Select all
{$myalias} In the content of my page I try to call a Lise instance by passing
Code: Select all
$myaliasCode: Select all
{LISEwinners action=detail item=$myalias}

