Categories > TinyButStrong general >

Re: Problem with condition

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: raven22k
Date: 2011-12-13
Time: 16:34

Re: Problem with condition

EDIT: PROBLEM SOLVED!

Hello,

i have another questen! Is it possible to do an if statement with more then one condition ? As a Example i will show you an if statement in PHP:

If ($variable = 'value' || $variabe = 'value2')
    bla;
else
    bla2;

i donĀ“t know how to create an if statement like that in tbs-templates!

thanks for help :)
By: Skrol29
Date: 2011-12-13
Time: 21:28

Re: Problem with condition