Zikula_Template_Plugins
[ class tree: Zikula_Template_Plugins ] [ index: Zikula_Template_Plugins ] [ all elements ]

Source for file function.additional_header.php

Documentation is available at function.additional_header.php

  1. <?php
  2. /**
  3.  * Zikula Application Framework
  4.  *
  5.  * @copyright (c) 2004, Zikula Development Team
  6.  * @link http://www.zikula.org
  7.  * @version $Id: function.additional_header.php 24342 2008-06-06 12:03:14Z markwest $
  8.  * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  9.  * @package Zikula_Template_Plugins
  10.  * @subpackage Functions
  11.  */
  12.  
  13. /**
  14.  * Smarty function to add the additional header global into the page template
  15.  *
  16.  * NOTE: This plugin is now deprecated and doesn't produce any output. The
  17.  * functionality offered by this plugin is automatically handled by the theme
  18.  * engine.
  19.  *
  20.  * available parameters:
  21.  *  - assign      if set, the language will be assigned to this variable
  22.  *
  23.  * @author   Jörg Napp
  24.  * @since    03. Feb. 04
  25.  * @deprecated
  26.  * @param    array    $params     All attributes passed to this function from the template
  27.  * @param    object   $smarty     Reference to the Smarty object
  28.  * @return   string   the charset
  29.  */
  30. function smarty_function_additional_header($params&$smarty)
  31. {
  32.     return;
  33. }

Documentation generated on Fri, 18 Jul 2008 21:45:06 +0200 by phpDocumentor 1.4.1