It's in the MILO theme.
Just add this code to where you want it to appear (normally in theme.php - function themeheader)
Code: ›
if ($username == "Anonymous") {
echo "&&<font color=\"#ffffff\"><a href=\"modules.php?name=Your_Account\">Create</a></font> an account\n";
} else {
echo "&&"._HELLO." $username! &&[ <a href=\"modules.php?name=Your_Account&op=logout\">Logout</a> ]";
}