require_once 'HTML/Template/IT.php';
boolean IntegratedTemplate::setTemplate (string $template [, boolean $removeUnkownVariables = TRUE [, boolean $removeEmptyBlocks = TRUE]])
boolean IntegratedTemplate::setTemplate
Sets the template and controls the behavior in case of unused variables and blocks
string $template - template
boolean $removeUnknowVariables - if TRUE, not substituted placeholders in a block will be removed
boolean $removeEmptyBlocks - if TRUE, not touched blocks will be removed
boolean - Returns TRUE on success, FALSE on failure.
This function can not be called statically.
HTML_Template_IT::setTemplatefile()