mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-09 12:54:26 +02:00
fix typo
This commit is contained in:
@@ -414,7 +414,7 @@ $smarty->assign('items', $items_list);
|
|||||||
<![CDATA[
|
<![CDATA[
|
||||||
{* show rows returned at end *}
|
{* show rows returned at end *}
|
||||||
{foreach from=$items key=part_id item=prod name=foo}
|
{foreach from=$items key=part_id item=prod name=foo}
|
||||||
{$prod.name><hr/>
|
{$prod.name}<hr/>
|
||||||
{if $smarty.foreach.foo.last}
|
{if $smarty.foreach.foo.last}
|
||||||
<div id="total">{$smarty.foreach.foo.total} items</div>
|
<div id="total">{$smarty.foreach.foo.total} items</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
Reference in New Issue
Block a user