Tuesday 27 May 2003 5:14:38 pm
Hi, I created a folder (node: 252) with some object (class 36) in it. Now I want to show those objects. I have written this code:
{let party_list=fetch(content,tree,hash(parent_node_id,252,limit,3,sort_by,array(published,false()),class_filter_type,include,class_filter_array,array(36)))}
{section name=Show show=true}
......
{section name=Partyzone loop=$party_list}
......
{/section}
......
{/section} {/let} I'm getting this error and warning from EzDebug:
Error: eZTemplate @ node/view/full.tpl:228[0]
Unknown template variable 'item' in namespace 'Partyzone'
Warning: eZTemplate:node_view_gui Parameter content_node is not an object What's going wrong here?
|