Not content with perfection ...
I tried to move this display into the header template.
I've failed.
Here's what I did:
1. I moved the require statement in index.php up to the top, just under the:
require('./global.php');
2. I changed the $todaysevents in todaysevents.php to add some HTML for a boxed in announcement.
3. I added $todayseventsClose to todaysevents.php to close up said HTML, I added it right under the $todaysevents line
4. I modified the header template to add
$todaysevents
$todayseventsClose
just after the last TD of the basic template.
What did I miss?
I get no errors. But I don't get an event either.
-deb