HTML_Template_IT::loadTemplatefile() -- load a template file
Description
Loads a template from a file
Parameter
string $filename -
file to load
boolean $removeUnknowVariables -
if TRUE, not substituted placeholders in a block will
be removed
boolean $removeEmptyBlocks -
if TRUE, not touched blocks will be removed
Return value
boolean -
Returns TRUE on success, FALSE on failure.
Note
This function can not be called
statically.