// Smarty update

This commit is contained in:
rGaillard
2011-10-19 15:13:01 +00:00
parent 2391a67a62
commit 978ba64d17
109 changed files with 0 additions and 17976 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 "''";
}
?>