This commit is contained in:
rGaillard
2011-07-06 10:11:35 +00:00
parent d1a13007b9
commit 4d2c770c6f
646 changed files with 0 additions and 94688 deletions
@@ -1,24 +0,0 @@
<?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty noprint modifier plugin
*
* Type: modifier<br>
* Name: noprint<br>
* Purpose: return an empty string
* @author Uwe Tews
* @param array $params parameters
* @return string with compiled code
*/
function smarty_modifiercompiler_noprint($params, $compiler)
{
return "''";
}
?>