uses('tpl'); $app->tpl->newTemplate("form.tpl.htm"); $app->tpl->setVar('error',$error); $app->tpl->setInclude('content_tpl','templates/index.htm'); $app->tpl->pparse(); ?>