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

Source for file modifier.nlbr.php

Documentation is available at modifier.nlbr.php

  1. <?php
  2. /**
  3.  * Smarty plugin
  4.  * @package Smarty
  5.  * @subpackage plugins
  6.  */
  7.  
  8. /**
  9.  * Smarty plugin
  10.  * -------------------------------------------------------------
  11.  * Type:     modifier
  12.  * Name:     capitalize
  13.  * Purpose:  capitalize words in the string
  14.  * -------------------------------------------------------------
  15.  */
  16. function smarty_modifier_nlbr($string)
  17. {
  18.   return nl2br($string);
  19.     
  20. }
  21.  
  22. ?>

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