I've been working with the PHP-Nuke, and I want to add a global variable to one of the files.. themeColor (along with the predefined global bgcolor1 and all of that) well, when I added the variable, and try to access it from one of the functions in that file it shows up blank. I've tried this both using the global list, and accessing it via $foo = $GLOBALS["themeColor"]; when i access say, bgcolor1 (which, like i said, is defined in the same exact place) it works fine..
any ideas why this isnt working for me ? What am i missing.. thanks