Quote:
Originally Posted by gleem
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