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

Docs for page function.add_additional_header.php

Procedural File: function.add_additional_header.php

Source Location: /pnRender/plugins/function.add_additional_header.php

Classes:



Page Details:

Zikula Application Framework



Tags:

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








smarty_function_add_additional_header [line 33]

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:

return:  the value of the last status message posted, or void if no status message exists
author:  Chris Miller
since:  14 August 2004


Parameters

array   $params   All attributes passed to this function from the template
object   &$smarty   Reference to the Smarty object
   $args  
[ Top ]


Packages:

Files:

Classes: