Lise pass variable item parameter
Posted: Sun Jan 10, 2021 9:57 am
Hello,
Many research, but definitively can't find the answer...
In a UDT I retrieve the alias of a Lise item
in UDT
If I want to display it in my page template, no problem.
shows me the recovered alias.
In the content of my page I try to call a Lise instance by passing in parameter
Nothing works unfortunately, I have tried everything.
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}