string smarty_function_allowedhtml(
array $params, object &$smarty)
|
|
Smarty function to display the list of allowed html tags
Available parameters:
- assign: If set, the results are assigned to the corresponding variable instead of printed out
Example <!--[allowedhtml]-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |