| Saturday 17 May 2003 10:56:43 pm 
                                                                
                                                                 Can't really explain why, in {let} '265' is parent node id, '33' is class id what i want to display. nation(class id 33) is my class that desc nation information. 
I want to display only nation information.There is many element in parent node(265), link, articals and nation(my class), but i want to nation class to display
 please...............
 
It's my source code in file line_class_33.tpl-----source code-----
 {* set children variable *}
 {let childen=fetch('content',list,hash(parent_node_id ,265 ,class_filter_type, include, class_filter_array, array(33)))}
 
{* loop children and show line view *}{section name=Child loop=$children}
 {node_view_gui view=line content_node=$Child:item.name}<br>
 {/section}
 {/let} |