... | in feeds.naml |
105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
<macro name="atom_topics_by_date" requires="servlet" unindent="true">
<n.node_page.>
<n.app_caching/>
<n.page_node.as_atom_feeds.>
<n.page_node.topics_list.
start="0"
length="[n.atom_length/]"
sort="last-node-date"
>
<n.loop.current_node.as_atom_entry/>
</n.page_node.topics_list.>
</n.page_node.as_atom_feeds.>
</n.node_page.>
</macro>
|
Free forum by Nabble | Edit this page |