Quote:
Originally Posted by Ted S
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>
|
Ted, for the newbs like me, what are the xyz and xyz2? How do I get the variables. Is it the name of the file, like gallery.php, or...? This is the type of wrapper I have been looking for.
UPDATE: Sorry, NVM, figured it out. If I have not said it yet, AMAZING hack, one of the ALL TIME BESTS.