в файле theme.php есть такие строчки:
PHP код:
if ($username == "Anonymous") {
$theuser = " <a href=modules.php?name=Your_Account&op=new_user>Create an account";
} else {
$theuser = " Welcome $username!";
}
первая условие показывается когда гость, а второе когда авторизован