In the PHP code ive used global $variable as well as $variable and in the template, when I use $globals[variable] it doesn't work...
At the moment I'm using $variable in 2 locations and it's working fine, in showthread_showpost I'm calling that variable in 3 different locations using both $globals[variable] and $variable but I'm not seeing it show up anywhere... To make sure there wasn't any other program modifying the display of that section I added it right below the body tag and right above the end body tag.
Quote:
Originally Posted by SirAdrian
Quick FYI:
$GLOBALS is case sensitive; it must be capitalized.
|
yeah, I had thought of that and used both :-)