Hi,
Changing MediaWiki logo image, is not a very hard task.
First you need to uplaod the image which you want to set as your logo for MediaWiki to your Web-server.
Once the image is uploaded to the webserver, you need to edit file 'LocalSettings.php', you will find the find in the directory where MediaWiki is installed.
Open the files LocalSettings.php and search for lien start from $wgLogo, if you not able to find the line, add the line as :
Quote:
|
$wgLogo = "logo_image.png”
|
if you are using image located in some other directory, then you can mention the absolute path of the image file.
For Example
Quote:
|
$wgLogo = "styles/Images/logo_image.png”
|
save the file LocalSettings.php. Now you can see the new logo in MediaWiki.