Procedural File: outputfilter.pagevars.php
Source Location: /Theme/plugins/outputfilter.pagevars.php
Page Details:
Zikula Application Framework
Tags:
smarty_outputfilter_pagevars [line 25]
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 |
|
_clean_additional_header [line 127]
void _clean_additional_header(
&$additional_header, $pagevar)
|
|
Parameters
| |
&$additional_header |
|
| |
$pagevar |
|