Zikula: A Flexible Open Source Content Management System
home | forum | international support | contact us

Docs for page outputfilter.pagevars.php

Procedural File: outputfilter.pagevars.php

Source Location: /Theme/plugins/outputfilter.pagevars.php

Classes:



Page Details:

Zikula Application Framework



Tags:

version:  $Id: outputfilter.pagevars.php 24383 2008-06-12 14:15:02Z markwest $
copyright:  (c) 2004, Zikula Development Team
link:  http://www.zikula.org
license:  GNU/GPL








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:

author:  Mark West


Parameters

string   $source  
Smarty   &$smarty  
[ Top ]



_clean_additional_header [line 127]

void _clean_additional_header( &$additional_header, $pagevar)





Parameters

   &$additional_header  
   $pagevar  
[ Top ]


Packages:

Files:

Classes: