How to change the Logo
You can change the Logo of the wiki by altering the $wgLogo variable in LocalSettings.php to the name of the image you want to use as a logo.
Please note that this logo should be placed in the /skins/common/images/ folder.
You can change the icon that is displayed in the address bar of your browser by changing a value in the /includes/Skin.php. Change the line from:
‘href’ => ‘/favicon.ico’ to ‘href’ => ‘/path/to/your/favicon.ico’.
