Quote:
Originally Posted by BirdOPrey5
And just to add to the above, that code works if your homepage is 'index.php' if you renamed it to 'forum.php' then use THIS_SCRIPT == 'forum' in the if statement, or whatever else you may have renamed it to without the .php.
|
I thought THIS_SCRIPT is a constant? So even if it's index.php but the constant is defined "abracadabra" then he'd use "THIS_SCRIPT == 'abracadabra';