update
This commit is contained in:
11
core/plugins/Smarty/modifier.text2title.php
Normal file
11
core/plugins/Smarty/modifier.text2title.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/*
|
||||
* To change this template, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
function smarty_modifier_text2title($string) {
|
||||
return Utils::TextToTitle($string);
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user