I get this one :
Warning: Bad arguments to implode() in class.FastTemplate.php3 on line 157
ERROR: get_template() failure: [template\toplevel.tpl]
Can you tell me what you did/did not do ?
include( "class.FastTemplate.php3");
$tpl = new FastTemplate( "template");
$tpl->define( array( "toplevel" => "toplevel.tpl"));
$tpl->assign( "TITLE", "First template");
$tpl->assign( "CONTENT", "Fill me in");
$tpl->parse( "MAIN", "toplevel");
$tpl->FastPrint();
Nis.