00001 <?php 00020 function smarty_modifier_lower($string) 00021 { 00022 return strtolower($string); 00023 } 00024 00025 ?>