View Source

/hsphere/local/home/c251266/sunsetvines.com/www.sunsetvines.com/sunsetvines/current/app/helpers/application_helper.php (201 B)

#0001  
#0002  
#0003  
#0004  
#0005  
#0006  
#0007  
#0008  
#0009  
#0010  
#0011  
<?php
/*
 * Global controller functions here.
 */

function text_to_p($text)
{
    
$text str_replace(array("\r""\n\n""\n"), array("""\n""</p><p>"), trim($text));
    return 
'<p>'.$text.'</p>';
}
?>