owner_guid); if (!$owner) { return true; } $icon = elgg_view_entity_icon($owner, 'tiny'); $owner_link = "getURL()}\">$owner->name"; $menu = elgg_view_menu('annotation', array( 'annotation' => $annotation, 'sort_by' => 'priority', 'class' => 'elgg-menu-hz float-alt', )); $text = elgg_view("output/longtext", array("value" => elgg_echo('proposals:votes:'.$annotation->value))); $friendlytime = elgg_view_friendly_time($annotation->time_created); $options = array('guid' => $annotation->entity_guid, 'metastring_owner_guid' => $annotation->owner_guid, 'annotation_name' => 'vote_comments'); $comments = elgg_get_annotations($options); $total_comments = count($comments); if ($total_comments) $comments_text = elgg_view_annotation_list($comments); $body = << $menu $owner_link $friendlytime $text $comments_text HTML; echo elgg_view_image_block($icon, $body);