User:Robchurch/FAQ redesign/Change the logo
Appearance
To change the logo in the top-left corner of each page, set $wgLogo in LocalSettings.php to the path of the file to be used, for example:
$wgLogo = "images/logo.png";
- The path is relative to the wiki root. You can use an absolute path to indicate a logo elsewhere on the same server.
- Logo images should be 135 pixels square.
- You may need to reload your browser to update a cached logo.