phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phpgroupware-users] how can i show own applications in thephpgroupw


From: Don Graver \(dgraver\)
Subject: RE: [Phpgroupware-users] how can i show own applications in thephpgroupware surrounding ?
Date: Fri, 16 Apr 2004 11:52:36 +0100

Set as appropriate:

                    unset($GLOBALS['phpgw_info']['flags']['noheader']);
                    unset($GLOBALS['phpgw_info']['flags']['nonavbar']);
                    $GLOBALS['phpgw_info']['flags']['noappheader'] =
True;
                    $GLOBALS['phpgw_info']['flags']['noappfooter'] =
True;
                    $GLOBALS['phpgw_info']['flags']['app_header'] = lang
('header for app');
                    $GLOBALS['phpgw']->common->phpgw_header();


Username:
$GLOBALS['phpgw']->common->grab_owner_name($_GET['account_id'])

This assumes you have account_id as one of your get variables.
 

-- Don Graver


>-----Original Message-----
>From: address@hidden 
>[mailto:address@hidden 
>On Behalf Of Michael Ressel
>Sent: Friday, April 16, 2004 11:46 AM
>To: address@hidden
>Subject: [Phpgroupware-users] how can i show own applications 
>in thephpgroupware surrounding ?
>
>
>hi,
>i wrote an own application and added it with the administration page 
>into groupware. But the new available button in the 
>groupware's toolbar 
>runs my app in fullscreen without the groupware's header and menubar 
>visible. But i want to have my page embedded in the groupware 
>surroundings like the header and menubar. How can i do this? 
>Another problem which i need help with: I want to use the 
>username with 
>which i logged into groupware.... Is there a variable which contains 
>this username?
>
>regards,
>michael
>
>
>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden 
>http://mail.gnu.org/mailman/listinfo/phpgroupwa>re-users
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]