Wednesday 09 July 2003 12:33:02 am
I managed to get the objects out of a folder in Root, but not the objects IN Root.
My code:
----------
{let folder_list=fetch( content, list, hash(
parent_node_id, 126,
sort_by, array( array( priority ))
)
) }
<select>
{section name=Folder loop=$folder_list}
<option value="/content/view/full/{$Folder:item.node_id}">{$Folder:item.name|wash}</option>
{/section}
</select> ---------- ...where 126 is the ID of the folder in Root. What needs to be changed to 'receive' the objects in Root?
|