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

@@ -7,6 +7,8 @@
"{" or "}". You can also use <link "{" or "}". You can also use <link
linkend="language.function.literal">{literal}{/literal}</link> to escape linkend="language.function.literal">{literal}{/literal}</link> to escape
blocks of text. blocks of text.
See also <link linkend="language.variables.smarty.ldelim">{$smarty.ldelim}</link>
and <link linkend="language.variables.smarty.rdelim">{$smarty.rdelim}</link>
</para> </para>
<example> <example>
<title>ldelim, rdelim</title> <title>ldelim, rdelim</title>

View File

@@ -124,6 +124,20 @@
This variable contains the version of Smarty the template was compiled with. This variable contains the version of Smarty the template was compiled with.
</para> </para>
</sect2> </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> </sect1>
<!-- Keep this comment at the end of the file <!-- Keep this comment at the end of the file