carcomp
08-28-2009, 02:39 AM
I've got some code to modify $headerinclude. It works like this...
$headerinclude .='
MYCODE
';
I have tried almost every hook location.. global_start, global_complete, init etc. Only two work. forumdisplay_complete and forumhome_complete. Whats up with this? I want to modify the $headerinclude variable all the time, not only on those two pages.
$headerinclude .='
MYCODE
';
I have tried almost every hook location.. global_start, global_complete, init etc. Only two work. forumdisplay_complete and forumhome_complete. Whats up with this? I want to modify the $headerinclude variable all the time, not only on those two pages.