mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
add docs for {$smarty.ldelim} and {$smarty.rdelim}
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user