Primer commit del sistema avantika sin cambios
This commit is contained in:
24
libs/plugins/modifier.noprint.php
Executable file
24
libs/plugins/modifier.noprint.php
Executable file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/**
|
||||
* Smarty plugin
|
||||
* @package Smarty
|
||||
* @subpackage PluginsModifier
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Smarty noprint modifier plugin
|
||||
*
|
||||
* Type: modifier<br>
|
||||
* Name: noprint<br>
|
||||
* Purpose: return an empty string
|
||||
* @author Uwe Tews
|
||||
* @param string
|
||||
* @return string
|
||||
*/
|
||||
function smarty_modifier_noprint($string)
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user