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

Source for file function.footmsg.php

Documentation is available at function.footmsg.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.footmsg.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 display the footer message
  15.  *
  16.  * Example
  17.  * <!--[footmsg]-->
  18.  *
  19.  * @author       Mark West
  20.  * @since        21/10/03
  21.  * @see          function.footmsg.php::smarty_function_footmsg()
  22.  * @param        array       $params      All attributes passed to this function from the template
  23.  * @param        object      &$smarty     Reference to the Smarty object
  24.  * @return       string      the footmsg
  25.  * @deprecated
  26.  */
  27. function smarty_function_footmsg($params&$smarty)
  28. {
  29.     $smarty->trigger_error("footmsg: This plugin is deprecated. Please remove the tag from any page templates.");
  30.     return false;
  31. }

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