How can I unload or disallow smarty core plugins from a template when using $smarty->fetch('mytemplate.tpl') method
For example the template mytemplate.tpl contains {html_options} and {html_table}
When using $smarty->fetch('mytemplate.tpl') only the {html_options} should be parsed by smarty, but {html_table} not
removing the function.html_table.php from plugin folder is not an option as it is still in use by another $smarty->fetch() call