Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hello,in my PHPR 4.2 list.htm pages I often used this syntax to manipulate the form.{if $smartyvariable_xy} ... {/if}is this still possible in 5.0 ? Best regards Uwe Pfeiffer
Uwe,no.Use following syntax in the PHPRunner 5.0:
{BEGIN smartyvariable_xy}
Then assign correct value in the List page: Before display event:
$xt->assign("smartyvariable_xy",$your_value);