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. Blocks can be touched with HTML_Template_IT::touchBlock().
Example 41-1. Templatefile main.tpl.htm
Script with $removeUnknownVariables = FALSE
Output
Script with $removeUnknownVariables = TRUE
Output
|