" . sprintf(elgg_echo("welcome"),$vars['user']->name) . "";
$area1 .= elgg_echo("welcome_message") . "
";
$url = $vars['url'] . "action/logout";
$area1 .= "" . elgg_echo('logout') . "";
//send area one to the appropriate canvas layout
$body = elgg_view_layout("one_column", $area1);
//draw to screen
echo $body;
?>