Sources for file plugins/smarty/modifier.lower.php in version 2.0 Release Candidate 2



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

/*
 * Smarty plugin
 * -------------------------------------------------------------
 * Type:     modifier
 * Name:     lower
 * Purpose:  convert string to lowercase
 * -------------------------------------------------------------
 */
function smarty_modifier_lower($string)
{
    return 
strtolower($string);
}

?>


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