"index_second_level.tpl" ); $tpl->define($define); $tpl->assign( array( BODY => get_htmldata(get_dir_name()) )); $tpl->assign( array( RIGHTCOL => get_htmldata(rightcol) )); foreach(${"_" . $REQUEST_METHOD} as $k=>$v) { $tpl->assign(strtoupper($k), $v); } $tpl->parse(INDEX_SECOND_LEVEL, "index_second_level"); header("Content-type: text/html"); $tpl->FastPrint(); exit; ?>