Code: Select all
$template->assign_block_vars('loop', array(
'VAR' => $i
));
I know how I can include a file with an template variable, too. (look at viewtopic.php?t=21503)
Code: Select all
$template->set_filenames(array(
'test' => 'test.html'
));
$template->assign_display('test', 'FILE_VAR');
I hope you understand what I want
