This is great!
My question, however, is regarding the number of events you can have.
PHP Code:
'teamevents' =>
array (
//Add the event codes for your team here.
0 => 'gg',
1 => 'mi',
2 => 'gl',
3 => 'Newton',
),
I added the fourth event, and the page no longer seems to cache and update. I'm not awesome with PHP, so I'm wondering if three events is the max, hardcoded number in the script, or if I should be able to add the fouth event.
Thanks again for coding this!