I'm sorry if this has been posted before, I did try searching. This is working great, but I'm not seeing this in explorer.
(got this working)
New Problem!
I searched here and vbad for the information but I don't think I'm doing it right.
<if condition="THIS_SCRIPT == 'adv_index'">
WHAT GOES HERE ???
</if>
trying to turn off the right and left columns for vbadvanced/home page. Thanks!
All is working now. For anyone else who has this question use this:
Quote:
<if condition="THIS_SCRIPT != 'adv_index'">
$rightcolumn_advertisement
</if>
|
or
Quote:
<if condition="THIS_SCRIPT != 'adv_index'">
$leftcolumn_advertisement
</if>
|