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

Source for file function.ed.php

Documentation is available at function.ed.php

  1. <?php
  2. /**
  3.  * Smarty plugin
  4.  * @package Smarty
  5.  * @subpackage plugins
  6.  */
  7.  
  8. /**
  9.  * smarty_function_ed
  10.  */
  11. function smarty_function_ed($params&$gBitSmarty)
  12. {
  13.     global $gBitSystem;
  14.     extract($params);
  15.     // Param = zone
  16.  
  17.     if (empty($id)) {
  18.         $gBitSmarty->trigger_error("ed: missing 'id' parameter");
  19.         return;
  20.     }
  21.     
  22.     print($banner);
  23. }
  24.  
  25. /* vim: set expandtab: */
  26.  
  27. ?>

Documentation generated on Wed, 29 Jul 2015 13:56:37 +0000 by phpDocumentor 1.5.0-lsces