add docs for {$smarty.ldelim} and {$smarty.rdelim}

This commit is contained in:
mohrt
2004-09-02 19:04:36 +00:00
parent 6845fb08ff
commit db90fc0c4f
2 changed files with 17 additions and 1 deletions

View File

@@ -124,6 +124,20 @@
This variable contains the version of Smarty the template was compiled with.
</para>
</sect2>
<sect2 id="language.variables.smarty.ldelim">
<title>{$smarty.ldelim}</title>
<para>
This variable is used for printing the left-delimiter value literally.
See also <link linkend="language.function.ldelim">{ldelim},{rdelim}</link>.
</para>
</sect2>
<sect2 id="language.variables.smarty.rdelim">
<title>{$smarty.rdelim}</title>
<para>
This variable is used for printing the right-delimiter value literally.
See also <link linkend="language.function.ldelim">{rdelim},{rdelim}</link>.
</para>
</sect2>
</sect1>
<!-- Keep this comment at the end of the file
@@ -145,4 +159,4 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-->