diff options
Diffstat (limited to 'lib/smarty/libs/plugins/modifiercompiler.noprint.php')
-rw-r--r-- | lib/smarty/libs/plugins/modifiercompiler.noprint.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/smarty/libs/plugins/modifiercompiler.noprint.php b/lib/smarty/libs/plugins/modifiercompiler.noprint.php deleted file mode 100644 index 3ca26571a..000000000 --- a/lib/smarty/libs/plugins/modifiercompiler.noprint.php +++ /dev/null @@ -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 "''";
-}
-
-?>
\ No newline at end of file |