XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
modifier.string_format.php
Go to the documentation of this file.
1 <?php
22 function smarty_modifier_string_format($string, $format)
23 {
24  return sprintf($format, $string);
25 }
26 
27 /* vim: set expandtab: */
28 
29 ?>