first commit
This commit is contained in:
11
_rejestracja/core/plugins/Smarty/modifier.texttotitle.php
Normal file
11
_rejestracja/core/plugins/Smarty/modifier.texttotitle.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* @author kopi
|
||||
*/
|
||||
|
||||
function smarty_modifier_texttotitle($string) {
|
||||
|
||||
return htmlspecialchars(strip_tags($string) , ENT_QUOTES);
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user