* @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ * */ $wire_user = get_input('wire_username'); if (!empty($wire_user)) { $msg = '@' . $wire_user . ' '; } else { $msg = ''; } ?>

{$msg}"; $display .= "
"; echo $display; echo elgg_echo("thewire:charleft") . "
"; ?>