mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34: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
|
||||
linkend="language.function.literal">{literal}{/literal}</link> to escape
|
||||
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>
|
||||
<example>
|
||||
<title>ldelim, rdelim</title>
|
||||
|
@@ -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
|
||||
-->
|
||||
-->
|
||||
|
Reference in New Issue
Block a user