$mail) { $types .= "\n"; } $temp->assign('reasons',$types); $disya = basename($_SERVER['PHP_SELF']); $disya = str_replace('.php','.tpl.html',$disya); $temp->assign("template_file",$disya); $temp->preparemail($template_folder . $disya); echo $temp->body; ?>