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

Source for file function.formfeedback.php

Documentation is available at function.formfeedback.php

  1. <?php
  2. /**
  3.  * Smarty plugin
  4.  * @package Smarty
  5.  * @subpackage plugins
  6.  */
  7.  
  8. /**
  9.  * Smarty {formfeedback} function plugin
  10.  *
  11.  * Type:     function
  12.  * Name:     formfeedback
  13.  * Input:
  14.  *           - warning, error or success are defined css styles, but you can feed it anything
  15.  */
  16. function smarty_function_formfeedback$params&$gBitSmarty {
  17.     return themes_feedback_to_html$params );
  18. }
  19.  
  20. ?>

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