X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/098a79f0819ebb89b7d48df4a6b154af4560f68e..9a23a8c0a51b7ec38a96f525484134f3cb85dc7e:/WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_rdelim.php diff --git a/WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_rdelim.php b/WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_rdelim.php new file mode 100644 index 00000000..6436bfd1 --- /dev/null +++ b/WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_rdelim.php @@ -0,0 +1,37 @@ +compiler = $compiler; + $_attr = $this->_get_attributes($args); + if ($_attr['nocache'] === true) { + $this->compiler->trigger_template_error('nocache option not allowed', $this->compiler->lex->taglineno); + } + // this tag does not return compiled code + $this->compiler->has_code = true; + return $this->compiler->smarty->right_delimiter; + } +} + +?> \ No newline at end of file