cvs: smarty /docs/en/designers/language-builtin-functions language-function-ldelim.xml /docs/en/designers/language-variables language-variables-smarty.xml

"Monte Ohrt" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmohrt1094151876@cvsserver>
mohrt		Thu Sep  2 15:04:36 2004 EDT

  Modified files:              
    /smarty/docs/en/designers/language-builtin-functions	
                                                        	language-function-ldelim.xml 
    /smarty/docs/en/designers/language-variables	
                                                	language-variables-smarty.xml 
  Log:
  add docs for {$smarty.ldelim} and {$smarty.rdelim}
  
  
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml?r1=1.3&r2=1.4&ty=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml:1.3 smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml:1.4
--- smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml:1.3	Wed Aug 11 08:36:34 2004
+++ smarty/docs/en/designers/language-builtin-functions/language-function-ldelim.xml	Thu Sep  2 15:04:36 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <sect1 id="language.function.ldelim">
   <title>ldelim,rdelim</title>
   <para>
@@ -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>
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-variables/language-variables-smarty.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-variables/language-variables-smarty.xml
diff -u smarty/docs/en/designers/language-variables/language-variables-smarty.xml:1.1 smarty/docs/en/designers/language-variables/language-variables-smarty.xml:1.2
--- smarty/docs/en/designers/language-variables/language-variables-smarty.xml:1.1	Tue Apr 13 04:40:22 2004
+++ smarty/docs/en/designers/language-variables/language-variables-smarty.xml	Thu Sep  2 15:04:36 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <sect1 id="language.variables.smarty">
    <title>{$smarty} reserved variable</title>
    <para>
@@ -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 @@
 vim600: syn=xml fen fdm=syntax fdl=2 si
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
--->
\ No newline at end of file
+-->

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.