Worked well for me. Thank you!
Randy
Andy Burns wrote:
Randy Abel wrote:
Where would one put the short icon reference if one's RoundCube install was not at the root of the server?
I put favicon.ico into roundcubemail/skins/default/images
and then tweaked the file roundcubemail/program/include/rcube_shared.inc as follows, near the end of the function show()
I added
$out .= "<link rel='icon' href='skins/default/images/favicon.ico'/>\n"; $out .= "<link rel='shortcut icon' href='skins/default/images/favicon.ico'/>\n";
immediately before the return statement, it could probably be improved on, but it works. Note that the 2nd line has been wrapped by my mail client.