diff --git a/livesupport/modules/htmlUI/src/postfilter.template_marker.php b/livesupport/modules/htmlUI/src/postfilter.template_marker.php
new file mode 100755
index 000000000..aafdc437f
--- /dev/null
+++ b/livesupport/modules/htmlUI/src/postfilter.template_marker.php
@@ -0,0 +1,21 @@
+load_filter('post','template_marker');
+ * from application.
+ * Author: Erik Seifert
+ * -------------------------------------------------------------
+ */
+ function smarty_postfilter_template_marker($compiled, &$smarty)
+ {
+ return '' . $compiled . '';
+ }
+?>
diff --git a/livesupport/modules/htmlUI/var/html/Smarty/libs/plugins/postfilter.template_marker.php b/livesupport/modules/htmlUI/var/html/Smarty/libs/plugins/postfilter.template_marker.php
new file mode 100755
index 000000000..9056014bb
--- /dev/null
+++ b/livesupport/modules/htmlUI/var/html/Smarty/libs/plugins/postfilter.template_marker.php
@@ -0,0 +1,21 @@
+load_filter('post','template_marker');
+ * from application.
+ * Author: Erik Seifert
+ * -------------------------------------------------------------
+ */
+ function smarty_postfilter_template_marker($compiled, &$smarty)
+ {
+ return '' . $compiled . '';
+ }
+?>
\ No newline at end of file