mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 18:04:26 +02:00
added string_format function
This commit is contained in:
@@ -52,6 +52,7 @@ class Smarty
|
|||||||
'truncate' => 'smarty_mod_truncate',
|
'truncate' => 'smarty_mod_truncate',
|
||||||
'spacify' => 'smarty_mod_spacify',
|
'spacify' => 'smarty_mod_spacify',
|
||||||
'date_format' => 'smarty_mod_date_format',
|
'date_format' => 'smarty_mod_date_format',
|
||||||
|
'string_format' => 'smarty_mod_string_format',
|
||||||
'replace' => 'smarty_mod_replace'
|
'replace' => 'smarty_mod_replace'
|
||||||
);
|
);
|
||||||
var $global_assign = array( 'SCRIPT_NAME'
|
var $global_assign = array( 'SCRIPT_NAME'
|
||||||
|
@@ -52,6 +52,7 @@ class Smarty
|
|||||||
'truncate' => 'smarty_mod_truncate',
|
'truncate' => 'smarty_mod_truncate',
|
||||||
'spacify' => 'smarty_mod_spacify',
|
'spacify' => 'smarty_mod_spacify',
|
||||||
'date_format' => 'smarty_mod_date_format',
|
'date_format' => 'smarty_mod_date_format',
|
||||||
|
'string_format' => 'smarty_mod_string_format',
|
||||||
'replace' => 'smarty_mod_replace'
|
'replace' => 'smarty_mod_replace'
|
||||||
);
|
);
|
||||||
var $global_assign = array( 'SCRIPT_NAME'
|
var $global_assign = array( 'SCRIPT_NAME'
|
||||||
|
Reference in New Issue
Block a user