Hello all.
Im getting an error when I am trying to run a template driven test
page im working on stating the following:
Template Error: set_file: For varname pagelisting2out.html filename is
empty.
Halted.
Here is what I assume to be the appropriate line of code from the
page:
$t->set_file("page" . $OUT_TEMPLATE);
Ideas?
What power would hell have if those imprisoned here would not be able to dream of heaven?
Hello
> Here is what I assume to be the appropriate line of code from the
> page:
>
> $t->set_file("page" . $OUT_TEMPLATE);
$t->set_file("page" , $OUT_TEMPLATE);
^^^
--
ciao Sven