mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
corrected relation between {section} and {foreach}
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user