Quote:
Originally Posted by chaley
I didn't try to figure out what the template in post 2 might do. I am sure it doesn't do what you want.
Using the examples in post 1, try this:
Code:
program:
r = $rating;
switch_if(
r == '', 'icono1.png',
r <=# 3, 'icono2.png',
'icono3.png')
|
Great, make the request, thank you very much