I've read those articles, and I can't even get the examples working. fetch_template() is still returning absolutely nothing, even with templates that already exist (footer, navbar, etc).
PHP Code:
array_push($globaltemplates, 'test');
eval('print_output("' . fetch_template('test') . '");');
Result is a blank page, when it should be displaying a table. (that I have defined and am 100% positive exists in my boards templates)