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

Source for file function.opentable2.php

Documentation is available at function.opentable2.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.opentable2.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 return the html code for opentable2() located in theme.php.
  15.  *
  16.  * This function returns the html code for opentable2() for
  17.  * old style theme compatibility.
  18.  *
  19.  * Available parameters:
  20.  *   - none
  21.  *
  22.  *
  23.  * @author       Martin Andersen, Sebastian Schürmann
  24.  * @since        14.10.2003
  25.  * @param        array       $params      All attributes passed to this function from the template
  26.  * @param        object      &$smarty     Reference to the Smarty object
  27.  * @return       string      the html code for opentable2() located in theme.php
  28.  */
  29. function smarty_function_opentable2($params&$smarty)
  30. {
  31.     OpenTable2();
  32. }

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