phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-users] New Install Help


From: Chris Weiss
Subject: Re: [Phpgroupware-users] New Install Help
Date: Sun, 18 Dec 2005 06:20:57 +0000

On 12/18/05, Dave Hall <address@hidden> wrote:
> On Sun, 2005-12-18 at 01:00 +0000, Chris Weiss wrote:
> > On 12/17/05, Robert Steinmetz <address@hidden> wrote:
>
> > >
> > > I was also getting this error
> > > "File does not exist:
> > > /usr/local/apache/share/htdocs/phpgroupware/favicon.ico"
> > > I copied the file from the default template and that seems to have 
> > > stopped.
> >
> > makes sence, simple solution too.  Dave, can you do this for the new 
> > release?
>
> I will check all the templates.  I personally favour it being in
> phpgwapi/templates/default/images/favicon.ico and the common::image()
> being used to find it.  That way a specific template can have its own.

so long as you add the following to the templates so the browser can
find it in the alternate path:
   <link rel="shortcut icon" href="phpgwapi/template/foo/favicon.ico"
type="image/x-icon" />

maybe even this:
   <link rel="shortcut icon" href="favicon.php" type="image/x-icon" />
and have a small script that readfile()'s the current template's ico file




reply via email to

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