void smarty_outputfilter_pagevars(
string $source, Smarty &$smarty)
|
|
Smarty outputfilter to add page variables and additional header global into page header
By default this output filter places page variable output immediately prior to the closing head tag (</head>). The output can, optionally, be placed anywhere in the template by adding the HTML comment <!-- pagevars --> to the page template. Note that this must always be in the header for the output to function correctly.
Tags:
Parameters
| string |
$source |
|
| Smarty |
&$smarty |
|