Quote:
Originally Posted by thompson
does it works in all versions (3.6.7 ?)
|
Yes .

,
I've a question,
I created a page:
PHP Code:
if ($_REQUEST['do'] == 'temp1')
{
eval('print_output("' . fetch_template('TEMPLATE_temp1') . '");');
}
But in the template temp1 I want to add another custom template something temp2
when I run this script it does not show the content of template temp2 ?

why?