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 :(
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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.