class: odd or even, useful for zebra striping. Will always be present. * ->terms: themed links to terms associated with the node. May be absent. * ->title: linked title of the project node. Will always be present. * ->changed: text to display to indicate the last time the node was changed/modified. * ->body: the rendered project body (or, teaser, if $options['project_teaser'] is set). Will always be present. * ->download_table: the rendered release download table. May be absent. * ->issues_link: Link to the project's issue queue. May be absent. * ->new_date: if set, the changed time of this project is different enough from the last * project that a header containing the date should be displayed. */ ?> new_date)) { ?>

new_date, 'custom', 'F j, Y'); ?>

title; ?>

changed)) { print '

' . $project->changed . '

'; } ?> body; ?> download_table)) { print $project_release->download_table; } ?> terms)) { print $project->terms; } ?>