'entity_guid', 'value' => $vars['entity']->getGUID(), )); $inline = elgg_extract('inline', $vars, false); $annotation = elgg_extract('annotation', $vars); $value = ''; if ($annotation) { $value = $annotation->value; echo elgg_view('input/hidden', array( 'name' => 'annotation_id', 'value' => $annotation->id )); } if ($inline) { echo elgg_view('input/text', array('name' => 'group_topic_post', 'value' => $value)); echo elgg_view('input/submit', array('value' => elgg_echo('reply'))); } else { ?>
'group_topic_post', 'value' => $value)); ?>
elgg_echo('save'))); } else { echo elgg_view('input/submit', array('value' => elgg_echo('reply'))); } ?>