Quote:
Originally Posted by Zachery
Yes it is!
Use the hook "global_start" isntead 
|
Yes, I have read about that, but it doesn't seem to work.
I start a new plugin called "banner", hooked to global_start...
In that plugin, I put:
include("location/banner.php");
I have also tried:
$banner=include("location/banner.php");
Neither work when called as $banner in any of the pages. (The reason I'm asking for help.)
Thanks in advance.