Sources for file plugins/smarty/modifier.capitalize.php in version 2.0



Click on a comment to hide it. Click here to show all comments.

/*
 * Smarty plugin
 * -------------------------------------------------------------
 * Type:     modifier
 * Name:     capitalize
 * Purpose:  capitalize words in the string
 * -------------------------------------------------------------
 */
function smarty_modifier_capitalize($string)
{
    return 
ucwords($string);
}

?>


Website is Copyright © Odynia.org 2000-2005 - Xnyo is released under a BSD license.