cvs: smarty /docs/en/designers/language-builtin-functions language-function-section.xml
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1119601156@cvsserver> |
messju Fri Jun 24 04:19:16 2005 EDT
Modified files:
/smarty/docs/en/designers/language-builtin-functions
language-function-section.xml
Log:
corrected relation between {section} and {foreach}
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-builtin-functions/language-function-section.xml?r1=1.11&r2=1.12&ty=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-section.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-section.xml:1.11 smarty/docs/en/designers/language-builtin-functions/language-function-section.xml:1.12
--- smarty/docs/en/designers/language-builtin-functions/language-function-section.xml:1.11 Fri May 27 12:25:01 2005
+++ smarty/docs/en/designers/language-builtin-functions/language-function-section.xml Fri Jun 24 04:19:15 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<sect1 id="language.function.section">
<title>{section},{sectionelse}</title>
<informaltable frame="all">
@@ -77,7 +77,7 @@
<para>
Template sections are used for looping over
<emphasis role="bold">arrays of data</emphasis>
- (unlike <link linkend="language.function.foreach">{foreach}</link>). All
+ (just like <link linkend="language.function.foreach">{foreach}</link>). All
<emphasis>{section}</emphasis> tags must be paired with
<emphasis>{/section}</emphasis> tags. Required parameters are
<emphasis>name</emphasis> and <emphasis>loop</emphasis>. The name
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php