Muhammad Rahman
12-04-2013, 09:30 AM
i have simple code like this..
if($vbulletin->options['xxxxx'])
{ ###content###
}
how to change to ..
<vb:if condition="$...[....]"> ###content###</vb:if>
if($vbulletin->options['xxxxx'])
{ ###content###
}
how to change to ..
<vb:if condition="$...[....]"> ###content###</vb:if>