// Smarty update

This commit is contained in:
rGaillard
2012-03-12 09:02:23 +00:00
parent cb675fea01
commit eed36b1bb1
121 changed files with 0 additions and 24430 deletions
@@ -1,25 +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 "''";
}
?>