View Single Post
Old 08-28-2011, 10:54 AM  
JayS
Confirmed User
 
JayS's Avatar
 
Join Date: Oct 2007
Posts: 138
Quote:
Originally Posted by gleem View Post
ahh, I knew I was missing something, thanx
If you just need the number of the iteration you can use something like this:

PHP Code:
{foreach from=$carma_comments item=comments name=bla}  
    
Comment #{$smarty.foreach.bla.iteration}
{/foreach} 
More info here: http://www.smarty.net/docsv2/en/lang...nction.foreach
JayS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote