LoadTemplatefile("tpl.html"); $it->setCurrentBlock("top"); $it->setVariable("PA","AAAAAAAAAAAAAAAAAAA"); $it->setVariable("PB","BBBBBBBBBBBBBBBBBBA"); $it->show(); unset($it); $it = new it("","./it.html"); $it->LoadTemplatefile("tpl.html"); $it->setCurrentBlock("top"); $it->setVariable("PA","AAAAAAAAAAAAAAAAAAA"); $it->setVariable("PB","BBBBBBBBBBBBBBBBBBA"); $it->show(); ?>