Thursday 03 July 2003 2:48:46 am
Hi all! I've done (something like) the following: {let folder_list=fetch(content,list,hash(parent_node_id,2,sort_by,array(array(priority))))}
{section name=Folder loop=$folder_list}
<b>{$Folder:item.name}</b>:<br /> {let sub_folder_list=fetch(content,list,hash(parent_node_id,$Folder:item.node_id,sort_by,array(array(priority))))}
{section name=SubFolder loop=$Folder:sub_folder_list}
-{$Folder:SubFolder:item.name}<br /> {/section}
{/let} {/section} {/let} This works allright, but I want to list out the contents, as done with the line_class_2.tpl, not only the names. How can do this? Any help appreciated! Felix
Publlic Relations Manager
Greater Stavanger
www.greaterstavanger.com
|