March 6th, 2007, 07:22 AM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,654
|
There is no specific variable like that. Now if you look at the top of our scripts you see a script define so you could do something like this
if ( THIS_SCRIPT == "cpindex" ) {
blah blah
}
|
| |