Quote:
Originally Posted by calorie
@medw1974: did you stick global $welcomeheaders; with the other globals in those functions?
|
Yes I tried it on its own line at the top of the function and also like this
PHP Code:
global $spacer_open, $_phpinclude_output, $welcomeheaders, $scriptpath, $show, $pmbox, $foruminfo, $gobutton, $spacer_close;
The only reason I chose that particular line is that it follows $spacer_open & $_phpinclude_output in the main header template.