XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
modifier.nl2br.php
Go to the documentation of this file.
1 <?php
28 function smarty_modifier_nl2br($string)
29 {
30  return nl2br($string);
31 }
32 
33 /* vim: set expandtab: */
34 
35 ?>