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