display('header'); ?> title; // seemingly necessary as otherwise second post->title_out is wrong?? foreach( (array) $post->versions as $version) { $allversions .= ( $allversions ? " and " . $version->habari_version : $version->habari_version); $versions_array[ $version->habari_version ] = array( 'plugin_version_id' => $version->id, 'plugin_version_version' => $version->version, 'plugin_version_description' => $version->description, 'plugin_version_url' => $version->url, 'plugin_version_status' => $version->status, 'plugin_version_habari' => $version->habari_version ); } krsort( $versions_array); // ensure newest release first, cheap hack for now, though. /* those weren't all the fields, just enough to get started */ ?>

title_out; ?>

$version ) : ?>
title_out; ?> -

Info

Description

content_out; ?>

Instructions

info->instructions; ?>
info->screenshot) : ?>

Screenshot

screenshot of <?php echo $post->title_out; ?>
tags ) ) { ?>
    tags as $tag ) { ?>
results should be right here '{posts}.id in (select post_id from {plugin_versions})', 'limit'=>5))); ?>

end of results

*/ ?> display('footer'); ?>