ptmuldoon
03-23-2009, 07:46 PM
Is it possible to print/echo a specific template without including the various header and footer information?
I learned the following, but it prints more than just the specific template
eval('print_output("' . fetch_template('custom_template') . '");');
I learned the following, but it prints more than just the specific template
eval('print_output("' . fetch_template('custom_template') . '");');