Quote:
Originally Posted by apfparadise
Ted, I am sure it was asked before, but I can not find it. What do I do if I dont want it showing up on certain pages. FOr example, I dont want it on my gallery. I know it's a tag something like: If page is not equal to gallery.....
|
You can wrap the entire template (or variable) in a set of condionals...
Code:
<if condition="THIS_SCRIPT != 'xyz' and THIS_SCRIPT != 'xyz2'">
existing code
</if>