phpgroupware-users
[Top][All Lists]
Advanced

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

[Phpgroupware-users] Re: Modifications (Pete Davis)


From: Dave Hall
Subject: [Phpgroupware-users] Re: Modifications (Pete Davis)
Date: Mon, 04 Feb 2002 07:01:44 +1100

Pete,

----- Original Message -----
From: address@hidden
Date: Monday, February 4, 2002 4:03 am

> Date: Sat, 02 Feb 2002 18:02:06 -0600
> From: Pete Davis <address@hidden>
> To: address@hidden
> Subject: [Phpgroupware-users] Modifications
> Reply-To: address@hidden
> 
> I was wondering if there is a way to make modifications to the web 
> pagesfor phpgroupware.  Specifically, I was wanting to add to the
> phpgroupware footer/header as well as add our companies logo.  I tried
> to look through the files for the program but I didn't see where I 
> couldmake the changes.  Since I am a Lan/Wan/Server guy, I don't 
> know a bunch
> about html/php coding but willing to try.  Is there a certain place
> where the footer/header is located (I think it is generated from
> somewhere not hard coded) as well as putting a logo in also.  Any help
> would be appreciated.
Its pretty simple here's how you do it.
goto to /path/to/phpgroupware/phpgwapi/templates/default/
{name}/head.tpl for the top of the page.
or edit /path/to/phpgroupware/phpgwapi/templates/default/
{name}/footer.tpl if you want to the logo at the bottom.
Just replace {name} with the name of template/s you use.  

ie for default it would 
be /path/to/phpgroupware/phpgwapi/templates/default/default/head.tpl 
and you could do something like this
<snip>

</HEAD>
<BODY {body_tags}>
<img src="images/logo.png" width=30 height=30 alt="mydot.com logo">
<!-- END Head -->

<snip>

Good luck
> 
> BTW, I tried .14.rc1 and it is a step up from .12.  I am concurrently
> testing both but will probably use .14 when a 'stable' version comes
> out.  Thanks for all the work you guys are doing and support you are
> giving us.
> 
> --
> Pete Davis CCNA,CNE,MCSE
> Assistant Network Engineer
> SpInDLE Coordinator
> Spring ISD
skwashd
Dave Hall

---------------------------------------------------------------------
Your own fax service 24x7, no extra line or fax machine required!
http://www.mbox.com.au/fax



reply via email to

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