first commit
This commit is contained in:
13
class/smarty_plugins/modifier.silent.php
Normal file
13
class/smarty_plugins/modifier.silent.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Smarty plugin.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Ignores result, do not print anything.
|
||||
*/
|
||||
function smarty_modifier_silent($string, $value = null)
|
||||
{
|
||||
return '';
|
||||
}
|
||||
Reference in New Issue
Block a user