Hmm. I seem to have a couple extra lines in my arcade.php - probably from an arcade hack.
This is not in the original arcade.php:
Code:
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
// pre-cache templates used by all actions
$globaltemplates = array();
Would that cause my templates to get uncached?
I have another hack on my forumhome (random arcade game) that also isn't cached. Any idea how I would cache that?