diff --git a/library/smarty/libs/plugins/modifiercompiler.noprint.php b/library/smarty/libs/plugins/modifiercompiler.noprint.php new file mode 100644 --- /dev/null +++ b/library/smarty/libs/plugins/modifiercompiler.noprint.php @@ -0,0 +1,20 @@ + + * Name: noprint
+ * Purpose: return an empty string + * + * @author Uwe Tews + * @return string with compiled code + */ +function smarty_modifiercompiler_noprint() { + return "''"; +}