> If I can get accesss to it in the right_main.php, I can make a simple hack > like printing the domain somewhere on the page. Is it available through > one of the function call?
It's a global. function some_silly_function($arg1,$arg2,$arg3="some arbitrary value") { global $username, $org_name; print "<b>[EMAIL PROTECTED] logged in.</b><br>"; } Now, that function definition is entirely contrived (and altogether useless, I might add), but it gives you the general idea. -- Chris Hilts [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users