setRoot('templates'); $template->setNamespace('pat'); // set name of template file $template->readTemplatesFromFile('bug145.tmpl'); $template->addVar('page', 'foo', 'Variable set'); // parse and display the template $template->DisplayParsedTemplate(); ?>