PEEL Shopping
Open source ecommerce : PEEL Shopping
modifier.replace.php
Go to the documentation of this file.
1 <?php
23 function smarty_modifier_replace($string, $search, $replace)
24 {
25  if (Smarty::$_MBSTRING) {
26  require_once(SMARTY_PLUGINS_DIR . 'shared.mb_str_replace.php');
27  return smarty_mb_str_replace($search, $replace, $string);
28  }
29 
30  return str_replace($search, $replace, $string);
31 }
32 
33 ?>
static $_MBSTRING
Flag denoting if Multibyte String functions are available.
smarty_modifier_replace($string, $search, $replace)
Smarty replace modifier plugin.
$search
Definition: rpc.php:29

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:16 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.