Benjamin Lees wrote: > I'd still like to fix the logo issue. Since $wgScriptPath is already set in > LocalSettings.php by default, is there any reason not to add $wgLogo (and > $wgStylePath, unless $wgLogo is changed to use $wgScriptPath/styles by > default) too?
I'm not sure I understand your question correctly. You can set $wgLogo in LocalSettings.php, there is no problem with that. $wgLogo works exactly like the other variables: you may override its value directly, or you may override only $wgStylePath or $wgScriptPath. In the later case, it will use the default path, but relative to the script or style path you provide. -- Juliano F. Ravasi ยทยท http://juliano.info/ 5105 46CC B2B7 F0CD 5F47 E740 72CA 54F4 DF37 9E96 "A candle loses nothing by lighting another candle." -- Erin Majors * NOTE: Don't try to reach me through this address, use "contact@" instead. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
