From b3826ce30c9c3647a0e699d2f28884aa8c04b494 Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 14 Feb 2005 19:38:30 +0000 Subject: [PATCH] *** empty log message *** --- .../htmlUI/src/postfilter.template_marker.php | 21 +++++++++++++++++++ .../plugins/postfilter.template_marker.php | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100755 livesupport/modules/htmlUI/src/postfilter.template_marker.php create mode 100755 livesupport/modules/htmlUI/var/html/Smarty/libs/plugins/postfilter.template_marker.php 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