On 12/18/05, Dave Hall <[EMAIL PROTECTED]> wrote: > On Sun, 2005-12-18 at 01:00 +0000, Chris Weiss wrote: > > On 12/17/05, Robert Steinmetz <[EMAIL PROTECTED]> 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 _______________________________________________ Phpgroupware-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
