arrangements
04-30-2008, 10:28 PM
Where can I find a tutorial on how to make a if statement in a template.
Example:
<if condition="$var">
<!-- Do something -->
</if>
So when phrased it will:
if($var)
{
Do it
}
Example:
<if condition="$var">
<!-- Do something -->
</if>
So when phrased it will:
if($var)
{
Do it
}