Forum container jelolese

zoliky képe

Tudomasom szerint a "forum-list.tpl.php" tartalmaza a sminkelheto forum listat. Szeretnek mindegyik container-hez egy ID-t beszurni. Peldaul: container_1, container_2, container_3.

Meg tudja valaki mondani, hogy tudom szamozni oket anelkul, hogy kulon ciklust irjak. Gondolom a drupal tunda szamozni ugy mint peldaul a forum-list-1, stb...

Koszonom!

Fórum: 
aboros képe

dehát ezt csinálja magától is. vagy nem értem a kérdést.
idézem a forum-list.tpl.php -t:

<?php foreach ($forums as $child_id => $forum): ?>
    <tr id="forum-list-<?php print $child_id; ?>" class="<?php print $forum->zebra; ?>">

melynek eredményeképpen pl a drupal.hu/forum forrásában egy-egy 'forum-list' így szerepel:
<tr id="forum-list-26" class="odd">

tehát eleve ellát id -vel minden egyes sort, az id pedig úgy képződik, hogy forum-list-ID

vagy te "sorszámozni" akarod őket, úgy, hogy 1, 2, 3, 4, 5, 6, ... ?

0
0

-
clear: both;