Jump to content

Adding a favicon: Difference between revisions

From NusaATK
m Created page with "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 sto..."
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{howto|easy|Wayneh}}
To set a favicon add the following to the config.inc.php configuration file
To set a favicon add the following to the config.inc.php configuration file


Line 4: Line 6:


where images is the folder where the file name.gif is stored
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
See Wikipedia http://en.wikipedia.org/wiki/Favicon for details of required file format for different browsers

Latest revision as of 07:46, 4 June 2011

ATK Howto: Adding a favicon

Complexity: easy
Author: Wayneh

List of other Howto's

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