Thursday 24 March 2011 12:53:14 am
Hi Marko, Here my fetch :
{def $folders-level3 = fetch( 'content',
'list',
hash( parent_node_id, $folder-level2.node_id, 'class_filter_type', 'include', 'class_filter_array', array( 'folder' ) ))} But in fact, I had a wrong fetch at level of "sort by", because I used this line for parameter of my sort : 'sort_by', array( 'priority') And the right line is : 'sort_by', array( 'priority', true() ) So it solved, thanks anyway !!
Foujino ~ http://www.foujino-blog.be
|