issue #1845 Theme SimpleNG requires str_ireplace php function

This commit is contained in:
Willy "Linty
2023-12-11 11:26:00 +01:00
parent c2b7e86973
commit 38004d5d93

View File

@@ -117,6 +117,7 @@ class Template
$this->smarty->registerPlugin('modifier', 'in_array', 'in_array');
$this->smarty->registerPlugin('modifier', 'ucfirst', 'ucfirst');
$this->smarty->registerPlugin('modifier', 'strstr', 'strstr');
$this->smarty->registerPlugin('modifier', 'str_ireplace', 'str_ireplace');
$this->smarty->registerPlugin('modifier', 'explode', array('Template', 'mod_explode') );
$this->smarty->registerPlugin('modifier', 'ternary', array('Template', 'mod_ternary') );
$this->smarty->registerPlugin('modifier', 'get_extent', array($this, 'get_extent') );