From 7085a0c2f7104a56a7e946c43ba0b5736be5f4e7 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 27 Dec 2016 14:47:01 +0100 Subject: * smarty bundled --- lib/smarty3/plugins/modifiercompiler.noprint.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lib/smarty3/plugins/modifiercompiler.noprint.php (limited to 'lib/smarty3/plugins/modifiercompiler.noprint.php') diff --git a/lib/smarty3/plugins/modifiercompiler.noprint.php b/lib/smarty3/plugins/modifiercompiler.noprint.php new file mode 100644 index 0000000..4906908 --- /dev/null +++ b/lib/smarty3/plugins/modifiercompiler.noprint.php @@ -0,0 +1,21 @@ + + * Name: noprint
+ * Purpose: return an empty string + * + * @author Uwe Tews + * @return string with compiled code + */ +function smarty_modifiercompiler_noprint() +{ + return "''"; +} -- cgit v1.2.3