maytrix
12-18-2003, 10:34 PM
Hi, I have been messing around moving some of the options around in the templates for 3.0.0 gamma, and I would like to know how I can use multiple conditionals. Do I nest them, or are they all contained in one conditional joined by AND or OR?
<if condition="$show['admincplink']">
<if condition="$show['modcplink']">
Show Something
</if>
</if>
or
<if condition="$show['admincplink']" && condition="$show['modcplink']">
Show Something
</if>
Thanks in advance!
<if condition="$show['admincplink']">
<if condition="$show['modcplink']">
Show Something
</if>
</if>
or
<if condition="$show['admincplink']" && condition="$show['modcplink']">
Show Something
</if>
Thanks in advance!