mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
corrected relation between {section} and {foreach}
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
<para>
|
<para>
|
||||||
Template sections are used for looping over
|
Template sections are used for looping over
|
||||||
<emphasis role="bold">arrays of data</emphasis>
|
<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 must be paired with
|
||||||
<emphasis>{/section}</emphasis> tags. Required parameters are
|
<emphasis>{/section}</emphasis> tags. Required parameters are
|
||||||
<emphasis>name</emphasis> and <emphasis>loop</emphasis>. The name
|
<emphasis>name</emphasis> and <emphasis>loop</emphasis>. The name
|
||||||
|
Reference in New Issue
Block a user