* @copyright Curverider Ltd 2008-2010 * @link http://elgg.com/ * * @uses $vars['object'] Optionally, the topic to edit */ // Set title, form destination $title = elgg_echo("groups:addtopic"); $action = "groups/addtopic"; $tags = ""; $title = ""; $message = ""; $message_id = ""; $status = ""; $access_id = ACCESS_DEFAULT; // get the group guid $group_guid = (int) get_input('group_guid'); // set the title echo elgg_view_title(elgg_echo("groups:addtopic")); ?>