Code:
// pre-cache templates used by all actions
$globaltemplates = array();
// change the lines below to the list of actual templates used in the script
'test_mytesttemplate1',
'test_mytesttemplate22',
The array now has (); with it and the ); that was at the end is no longer there. Unless php is way different than any languages I have studied, that should work. I'm sorry I don't know php, but I'm learning a little at a time.