Helping ordinary people create extraordinary websites!


HTML_Template_IT::get()

HTML_Template_IT::get() -- get a block including replacments

Description

This functions return a block with all replacements done.

Parameter

  • string $block - The block to return. If not used, the whole template is returned.

Return value

string - the template with all replacements done.

Note

This function can not be called statically.