(Created page with "A favicon is the little image that is shown in a browser's bookmarks, address bar or tabs when displaying pages from a particular site. The default favicon is the favicon.ico fil...") |
No edit summary |
||
Line 7: | Line 7: | ||
echo ' | echo ' | ||
<link rel="shortcut icon" href="favicon.ico" />'; | <link rel="shortcut icon" href="favicon.ico" />'; | ||
[[Category:FAQ]] |
Revision as of 12:38, 24 August 2012
A favicon is the little image that is shown in a browser's bookmarks, address bar or tabs when displaying pages from a particular site. The default favicon is the favicon.ico file and one is supplied with the SMF installation.
To change which file is used edit /Themes/default/index.template.php as follows:
Find <head> then add after:
echo ' <link rel="shortcut icon" href="favicon.ico" />';