Quote:
Originally Posted by MarcoH64
Yes but you could make the if statement in the script that loads the template, then just a single if statement in the template, based on a var set in the php.
Think i have seen OR like if's in templates once, but i don't remember in which one anymore
|
or works as well
<if condition="$var OR $var2">
basicly conditions let you do some real basic php, nothing fancy.