Shouldn't $wgLogo be in LocalSettings.php (I'm not finding it)? Should I be looking elsewhere?
Thanks
If it's not there, then it's using the defaults. If you don't have something defined in LocalSettings.php and you want to get the variables the best things to do are to look inside of includes/DefaultSettings.php to see what the defaults are, copy them into the LocalSettings.php then change them. You can also look over the Manual on MediaWiki.org for information on most of them.
~Daniel Friesen of The Gaiapedia and Wikia Graphical Entertainment Project
Ian Smith wrote:
G. Carter:
Shouldn't $wgLogo be in LocalSettings.php (I'm not finding it)? Should
I
be looking elsewhere?
If it's not there, just add it. Eg:
$wgLogo = "wherever/MyLogo.png";
Ian
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org