string smarty_function_charset(
array $params, &$smarty, object $smarty)
|
|
Smarty function to get the site's charset
available parameters:
- assign if set, the language will be assigned to this variable
Example <meta http-equiv="Content-Type" content="text/html; charset=<!--[charset]-->">
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
$smarty |
Reference to the Smarty object |
| |
&$smarty |
|