Wednesday 29 December 2004 7:49:00 am
Hello! I'm looping trough the content of a foder:
{set list_items=fetch_alias( children, hash( parent_node_id, $node.node_id, sort_by, $node.sort_array) )}
{section var=child loop=$list_items}
{node_view_gui view=line content_node=$child}
{/section}
I want an output like this:
+---+-------------------------------------------+
| 1 | my content..... |
+---+-------------------------------------------+
| 2 | my content..... |
+---+-------------------------------------------+
| 2 | my content..... |
+---+-------------------------------------------+
But how do I make the numer of rows ("1", "2", "3",...)
Thanx! Peter
|