Adding a favicon: Difference between revisions
Appearance
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..." |
No edit summary |
||
| 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 | ||
Revision as of 07:19, 4 June 2011
|
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
See Wikipedia http://en.wikipedia.org/wiki/Favicon for details of required file format for different browsers