server_id); if ($file) include $file; # Capture the output and put into the body of the page. $www['body'] = new block(); $www['body']->SetBody(ob_get_contents()); $www['page']->block_add('body',$www['body']); ob_end_clean(); if ($www['meth'] == 'get_body') $www['page']->body(true); else $www['page']->display(); ?>