set_filenames(array( "top" => "top.htm", "footer" => "footer.htm", "left" => "left.htm", "right" => "right.htm", "script" => "script.htm", "body" => "bio_kennedy.htm")); $template -> assign_Var_from_handle('TOP','top'); $template -> assign_Var_from_handle('FOOTER','footer'); $template -> assign_Var_from_handle('LEFT','left'); $template -> assign_Var_from_handle('RIGHT','right'); $template -> assign_Var_from_handle('SCRIPT','script'); $template -> pparse('body'); ?>