Jono Bradley a écrit :
> Well I've uploaded my logo, but cant figure what to
type in the
> LocalSettings.php to change it.
In Localsettings.php, somewhere there is a line (for
mediawiki version 1.7.1) :
$wgLogo =
"$wgStylePath/common/images/wiki.png";
so you simply need to change that line onto :
$wgLogo = "$wgStylePath/common/images/name of your
image.png";
assuming that you've put your image in
/your_web_folder/your_wiki_folder/skins/common/images/
(something like
"c:\www\mywiki\skins\common\images\" for
windows)
does it help ?
Alexis
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
|