"][:""]} (optional params in brackets) * * Example: {$country|stringfix:"_":" "} */ function smarty_modifier_stringfix($string, $what = '_', $by = ' ') { return str_replace($what, $by, $string); }