| Re: Is there any reason not to add a define to php files?
There shouldn't be any reason why adding the THIS_SCRIPT code would hurt anything. If you're just trying to determine if you're somewhere in the gallery though, you might want to try and if condition like this instead:
<if condition="VBA_SCRIPT == 'gallery'">
|