module(..., package.seeall) NODE = { prototype="@Collection" } NODE.child_proto = "@Discussion" NODE.child_uid_format = "%d" NODE.child_defaults = [=[ new = [[ prototype = "@Discussion" title = "New discussion topic" actions = 'save="collections.save_new"' ]] ]=] NODE.html_content = [=[ $markup{$content}

_(ADD_NEW_DISCUSSION_TOPIC)

$do_nodes[[ ]]
Subject Last Post
$title posted by $author
$markup{$content}
$format_time{$activity_time, "%a, %d %b %Y %H:%M:%S"}
]=]