string replacetags(
$tpl_source,
&$smarty)
|
|
Replaces all tags in the template and return the template source code
This method is called by the template engine before interpret it, that is, before start running the template, the method is called so it replaces all <component:php> tags by the corresponding code.
It also inserts the header, startform and endform code.
Parameters: