Sorry again (I end up saying that a lot). As is the case all too often when I try to help someone, by the time I got through looking at the code I had forgotten about the very first line of your first post where you posted a link explaining what you're doing. If you've created a separate php file like in those instructions, then you just need to put your "leftover" code in that file somewhere instead of a plugin. At the top should be fine.
The output of your page should come from the
Code:
eval('print_output("' . fetch_template('TEST') . '");');
at the end of the sample page, with TEST replaced by your template, of course.