This commit is contained in:
monte.ohrt
2008-07-22 13:42:10 +00:00
parent 9c79efeb64
commit 52ed0cd4dd

View File

@@ -414,7 +414,7 @@ $smarty->assign('items', $items_list);
<![CDATA[
{* show rows returned at end *}
{foreach from=$items key=part_id item=prod name=foo}
{$prod.name><hr/>
{$prod.name}<hr/>
{if $smarty.foreach.foo.last}
<div id="total">{$smarty.foreach.foo.total} items</div>
{/if}