string smarty_function_add_additional_header(
$args, object &$smarty, array $params)
|
|
Smarty function to add additional information to the <head> </head> section of a Zikula document
Available parameters:
- header: If set, the value is assigned to the global
$additional_header array. The value can be a single
string or an array of strings.
Example <!--[add_additional_header header='<title>This is the title</title>']--> OR <!--[add_additional_header header=$title]-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |
| |
$args |
|