Friday 02 May 2003 3:33:28 pm
I have to print the article modified or published date in a list. I have no clue how I can get this to work.
This prints the intro {attribute_view_gui attribute=$Child:item.object.data_map.intro} I am doing something like this:
{let article=fetch(content,list,hash(parent_node_id,215,limit,30,depth,5,sort_by,array(published,false()),class_filter_type,include,class_filter_array,array(2))) }
{section name=Child loop=$article}
{attribute_view_gui attribute=$Child:item.object.data_map.intro} <<<<---- HERE I HAVE TO PRINT THE OBJECTS DATE!
{/section} {/let} How can I accomplish this? I have tried alot, but can't get it to work. Would apriciate any input!
Kindest, Jørgen Skogstad
|