--- squirrelmail-1.2.8/plugins/username/setup.php.orig Wed May 2 20:01:39 2001 +++ squirrelmail-1.2.8/plugins/username/setup.php Fri Sep 20 14:21:37 2002 @@ -41,20 +41,27 @@ return; ?> ->
-
-">
+

-

+ echo $username; + if ($show_username == 2) { + $msgpl = 'Zalogowany jako: ' . $username; + $msgother = 'Logged in as: ' . $username; + if (getPref($data_dir, $username, 'language') == pl_PL) + echo $msgpl; + else if ($squirrelmail_default_language = 'pl_PL' && getPref($data_dir, $username, 'language') == '') + echo $msgpl; + else + echo $msgother; + } + +?>

-