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 :)