added string_format function

This commit is contained in:
mohrt
2000-12-18 21:40:21 +00:00
parent 8f5b28fb4c
commit d7bb52ee16
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ class Smarty
'truncate' => 'smarty_mod_truncate',
'spacify' => 'smarty_mod_spacify',
'date_format' => 'smarty_mod_date_format',
'string_format' => 'smarty_mod_string_format',
'replace' => 'smarty_mod_replace'
);
var $global_assign = array( 'SCRIPT_NAME'

View File

@@ -52,6 +52,7 @@ class Smarty
'truncate' => 'smarty_mod_truncate',
'spacify' => 'smarty_mod_spacify',
'date_format' => 'smarty_mod_date_format',
'string_format' => 'smarty_mod_string_format',
'replace' => 'smarty_mod_replace'
);
var $global_assign = array( 'SCRIPT_NAME'