X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fsmarty%2Fsysplugins%2Fsmarty_internal_compile_ldelim.php;fp=gosa-core%2Finclude%2Fsmarty%2Fsysplugins%2Fsmarty_internal_compile_ldelim.php;h=99063259015ef2a2c6eaefcc66e742db7e5e9d9c;hb=9970499afd717bd0bd35cef2fa7daa4db1cce6f8;hp=0000000000000000000000000000000000000000;hpb=277dfe6b9c2839da7ce3e1f8f5cf385dc6386cfd;p=gosa.git diff --git a/gosa-core/include/smarty/sysplugins/smarty_internal_compile_ldelim.php b/gosa-core/include/smarty/sysplugins/smarty_internal_compile_ldelim.php new file mode 100644 index 000000000..990632590 --- /dev/null +++ b/gosa-core/include/smarty/sysplugins/smarty_internal_compile_ldelim.php @@ -0,0 +1,41 @@ +getAttributes($compiler, $args); + if ($_attr['nocache'] === true) { + $compiler->trigger_template_error('nocache option not allowed', $compiler->lex->taglineno); + } + // this tag does not return compiled code + $compiler->has_code = true; + return $compiler->smarty->left_delimiter; + } + +} + +?>