mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-01 12:51:38 +01:00
added string_format function
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user