Basic PHP question for Drupal Views theming
- by oalo
My PHP and programming knowledge is extremely basic, so this is probably a dumb question:
I am theming a View in Drupal 6, and I want to add an id with a consecutive number to each item in the view (first item would have the id #item1, the second #item2, etc).
I am customizing the style output (views-view-unformatted--MYVIEWNAME.tpl.php) and the…