* @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ * * @question - do we want users to be able to edit thewire? * * @uses $vars['entity'] Optionally, the note to view */ if (isset($vars['entity'])) { $user_name = $vars['entity']->getOwnerEntity()->name; //if the note is a reply, we need some more info $note_url = ''; $note_owner = elgg_echo("thewire:notedeleted"); ?>