phpgroupware-users
[Top][All Lists]
Advanced

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

RE: [Phpgroupware-users] Hi all


From: Chris Weiss
Subject: RE: [Phpgroupware-users] Hi all
Date: Fri, 13 Jun 2003 17:32:25 +0000

Judd Payne (address@hidden) wrote:
>
>Hi Chris - thanks for your reply!
>
>I'm a little lost here - - what file and where do I look to edit the actual
>nav menu - like the alt text behind the icons, etc. - I want to alter
>everything about the navigation.

the navbar is dynamicaly built by the api based on what apps the user has 
access to.
 I think this is done in a function called parse_navbar

>
>Also, I tried making this link in my "head.tpl" file - I assume I put it in
>the usual:

the .tpl files cannot have any php code in them, only variabled for the template
system to replace in the UI classes.

>Any ideas?  I just need to make an image in my main design which is being
>called in the head template a link into an application without messing up
>the session - so it needs to be called with whatever tag the link in the
>actual icon in the top nav bar is being called with - -
>
>Thanks for any help!
>
>Judd
>
>
>-----Original Message-----
>From: Chris Weiss [mailto:address@hidden
>Sent: Tuesday, June 10, 2003 4:00 PM
>To: address@hidden
>Subject: Re: [Phpgroupware-users] Hi all
>
>
>use the link function....
>
>echo "<a HREF="" . $GLOBALS['phpgw']->link("/calendar/") . "">";
>
>...or is that just link("myAdminPage.php") now?
>
>Judd Payne (address@hidden) wrote:
>>
>>HI all, I've got a questions about creating links in PHP GroupWare - -
>>
>>I've got my site design integrated into the app, and am using my own menu
>>system with images, that ideally won't be dynamic or related to the
>>navigation system within GroupWare.
>>
>>My problem is, in my main site navigation on the left, I've got buttons I
>>want to jump straight into an application, such as a button for "calendar"
>>and "todo".  However, I can't just link straight into
>>http://www.mysite.com/phpgwapi/home.php or something similar without
>messing
>>up the session and causing the user to have to login again.
>>
>>How do I create a link in one of my .tpl files as part of my main site
>>design that links directly into an application?  I know there's a variable
>>or something I need to put into the <a href> statement but not sure - can
>>somebody offer some advice?
>>
>>Thanks a ton!
>>
>>Judd
>>
>
>
>
>





reply via email to

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