processFile('header.tpl', $header_vars); $footer=$phptp->processFile('footer.tpl', footer_vars()); print $phptp->processFile('instructor_list.tpl',array( 'header'=>$header, 'footer'=>$footer, 'instructor_list'=>build_instructor_list(), )); ?>