Quote:
Originally Posted by Dankness
can't you nest a if inside of a else like this thou? I haven't found the need to test the theory but i belive it possible
PHP Code:
<if condition="this"> Do Something <else /> <if condition="that" Do Something Else </if> </if>
|
I've been doing something like that for such things as an avatar. If Flash then custom avatar is overrided; if custom avatar then default avatar is overrided; if Flash and custom avatar is false then default avatar will display.