View Single Post
Old July 5th, 2005, 05:13 PM   #2 (permalink)
Brian
Guest
 
Posts: n/a
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'">
  Reply With Quote