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