Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / modifier.stripslashes.php
diff --git a/inc/smarty/node_methodz/modifier.stripslashes.php b/inc/smarty/node_methodz/modifier.stripslashes.php
new file mode 100644 (file)
index 0000000..d4bbad8
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+/**
+ * Smarty plugin
+ * @package Smarty
+ * @subpackage plugins
+ */
+
+
+function smarty_modifier_stripslashes($text)
+{
+       return stripslashes($text);
+}
+
+/* vim: set expandtab: */
+
+?>
This page took 0.149702 seconds and 4 git commands to generate.