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