set_template()
set_template(string $tpl)
Set the template to use for formatting the report.
If a string ending with .tpl is provided then a file template for the current module is assumed. Otherwise, a database template for the current module is assumed. If no current module (i.e: the request is not for a module action) can be determined, then The smarty 'file' resource is assumed.
Parameters
string | $tpl |