Changes

Jump to navigation Jump to search
4 bytes removed ,  21:56, 29 May 2007
no edit summary
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.
<codepre>
$wgLogo = "$wgStylePath/common/images/freephile_sm_logo.gif";
</codepre>
== How to change the favicon ==
You can change the icon that is displayed in the address bar of your browser by setting a value for $wgFavicon in the LocalSettings.php file
<codepre>
$wgFavicon = "http://www.freephile.com/images/logos/favicon.ico";
</codepre>
== How to make your own skin ==
4,558

edits

Navigation menu