mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
parent
a94fbb8225
commit
9fd4026a97
1 changed files with 1 additions and 0 deletions
|
@ -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', 'stristr', 'stristr');
|
||||
$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') );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue