require_once 'HTML/Template/IT.php';
boolean IntegratedTemplate::loadTemplatefile (string $filename, boolean [$removeUnknownVariables = TRUE], boolean [$removeEmptyBlocks = TRUE])
boolean IntegratedTemplate::loadTemplatefile
Loads a template from a file
string $filename - file to load
boolean $removeUnknownVariables - 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::setTemplate()