|
You cant use vbulletin conditionals or variables in your html in the templates elsewhere outside vbulletin.
<if condition="THIS_SCRIPT == 'adv_index'">
You will see in our templates how we have to switch with the echo's PPPRINT etc statements to switch between php and html
|