PDA

View Full Version : Custom page - output 1+ templates


Necron
01-15-2006, 09:02 PM
I'm following Psionic Vision's tutorial here (https://vborg.vbsupport.ru/showthread.php?t=98009) but i get stuck when trying to output 2 templates.

i'm trying to do this-

eval('print_output("' . fetch_template('customheader) . '");');
<< my php here >>
eval('print_output("' . fetch_template('customfooter') . '");');


but it loads the customheader template and stops the script. how can i make this work?

Cheers

Necron
01-17-2006, 07:37 AM
bump