* @copyright Curverider Ltd 2008-2010 * @link http://elgg.com/ * * @uses $vars['entity'] Optionally, the topic to edit */ //users can edit the access and status for now $access_id = $vars['entity']->access_id; $status = $vars['entity']->status; $tags = $vars['entity']->tags; $title = $vars['entity']->title; $message = $vars['entity']->description; // get the group GUID $group_guid = get_input("group"); // topic guid $topic_guid = $vars['entity']->guid; // set the title echo elgg_view_title(elgg_echo("groups:edittopic")); ?>

"topicmessage", "value" => html_entity_decode($message, ENT_COMPAT, 'UTF-8') )); ?>