How do I change the icon (favicon) in browsers address-line?
If you want to have another favicon, • you can change it in /includes/Skin.php file. Change the line from ‘href’ => ‘/favicon.ico’ to ‘href’ => ‘/path/to/your/favicon.ico’. -or- • you can simply replace the favicon.ico image file at the root of your wiki with whatever .ico image file you want. • in MediaWiki 1.6.3 there is a variable in /includes/DefaultSettings.php that can be overloaded in LocalSettings.php — $wgFavicon = /path/to/your/favicon.ico (See mw:Manual:$wgFavicon) The wiki will output a which references the traditional /favicon.ico, at the root URL path of your site. (Some browsers will look there even without the , others require it.