PDA

View Full Version : else if?


sabret00the
05-01-2004, 09:14 AM
in templates can i do

<if condition="blah">
stuff
<else if condition="bleh">

<else />

</if>

Zachery
05-01-2004, 05:17 PM
No theres not a elseif however

<if condition="X"> then x <else /><if condition="y"> y </if> Z </if>

sabret00the
05-01-2004, 05:55 PM
:arghh: no wonder my thing was messed up then :(

Brad
05-03-2004, 05:25 AM
Personaly I think it should be added so it will flow with php coders better, I to fell into that trap the first time I palyed with them.