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

Source for file function.pncalendarinit.php

Documentation is available at function.pncalendarinit.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.pncalendarinit.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 inject the jscalendar script into the page header
  15.  *
  16.  **********************************************************************
  17.  * THIS FUNCTION IS OBSOLETE, ITS FUNCTIONALITY HAS BEEN IMPLEMENTED
  18.  * IN THE pncalendarinput PLUGIN. WE KEEP IT FOR BACKWARDS COMPATIBILITY
  19.  * FOR NOW.
  20.  **********************************************************************
  21.  *
  22.  * Available parameters:
  23.  *   - none
  24.  *
  25.  * Example
  26.  * <!--[pncalendarinit]-->
  27.  *
  28.  * @author       Mark West
  29.  * @author         Robert Gasch
  30.  * @since        25/10/2005
  31.  * @todo         create some better mappings for the jscalendar language files
  32.  * @param        array       $params      All attributes passed to this function from the template
  33.  * @param        object      &$smarty     Reference to the Smarty object
  34.  * @return       void 
  35.  */
  36. function smarty_function_pncalendarinit($params&$smarty)
  37. {
  38.     return;
  39. }

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