HTML_Template_IT::loadTemplatefile()

HTML_Template_IT::loadTemplatefile() -- load a template file

Synopsis

require_once 'HTML/Template/IT.php';

boolean IntegratedTemplate::loadTemplatefile (string $filename, boolean [$removeUnknownVariables = TRUE], boolean [$removeEmptyBlocks = TRUE])

Description

Loads a template from a file

Parameter

Return value

boolean - Returns TRUE on success, FALSE on failure.

Note

This function can not be called statically.

See

HTML_Template_IT::setTemplate()