Jean-Luc Nguyen
|
Tuesday 23 September 2008 8:50:24 am
Hello, I have a very simple fetch, and I sort by priority :
{foreach fetch( 'content', 'list', hash('parent_node_id', 2,
'class_filter_type', 'include',
'class_filter_array', array( 'frontpage' ) ),
'sort_by', array( 'priority', true() ) ) as $frontpage}
{$frontpage.name|wash()}
{/foreach}
But when displaying, it won't sort by priority, but by creation date, I really don't understand... Some help woold be great, thanks!
http://www.acidre.com
|