[ Index ]

krapohl.info

title

Body

[close]

/pnincludes/Smarty/plugins/ -> modifier.capitalize.php (source)

   1  <?php
   2  
   3  /*
   4   * Smarty plugin
   5   * -------------------------------------------------------------
   6   * Type:     modifier
   7   * Name:     capitalize
   8   * Purpose:  capitalize words in the string
   9   * -------------------------------------------------------------
  10   */
  11  function smarty_modifier_capitalize($string)
  12  {
  13      return ucwords($string);
  14  }
  15  
  16  ?>


Generated: Wed Feb 16 22:40:07 2005 Cross-referenced by PHPXref 0.6