Adding a favicon
From Achievo/ATK Wiki
|
ATK Howto: Adding a favicon
|
To set a favicon add the following to the config.inc.php configuration file
$config_defaultfavico = "images/name.gif";
where images is the folder where the file name.gif is stored
NOTE that the config name is defaultfavico and NOT defaulticoN (ie NO N on the end !!!!!!!)
See Wikipedia http://en.wikipedia.org/wiki/Favicon for details of required file format for different browsers