> Knowing only simple hack, I did a grep on org_name in the src
directory
> and found that only the login.php had the org_name variable.
> 
> 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?

No function call needed.  It should be available anywhere.  If not, just
put 

global $org_name;

before your code and it should be available then.





-------------------------------------------------------
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=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to