define(array( "common" => "common.tpl.html", "body" => "index.tpl.html" )); // assign initial values $tpl->assign(array( "TOP_NAVIGATION" => "Home" )); // parse the contents and generate the web page $tpl->parse( "BODY", "body" ); $tpl->parse( "MAIN", "common" ); $tpl->FastPrint(); ?>