update
This commit is contained in:
14
core/plugins/Smarty/modifier.removePolish.php
Normal file
14
core/plugins/Smarty/modifier.removePolish.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @author mago
|
||||
*/
|
||||
|
||||
function smarty_modifier_removePolish($string) {
|
||||
|
||||
/* nie wywali<6C>em tego na zewn<77>trz bo to w sumie tylko w jednym miejscu jest potrzebne
|
||||
* nie podejrzewam <20>eby kto<74> jeszcze tego u<>ywa<77>
|
||||
* */
|
||||
return str_replace(" ","",Utils::RemovePolishNoToLower(ucwords($string)));
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user