Hi,
in some older version of MW I specified the location of my logo by:
$wgStylePath = "$wgScriptPath/skins"; $wgLogo = "$wgStylePath/common/images/mypicture.png";
(I don't know if the first line is necessary).
Now I created a new MW-site with MW 1.14.0, and the same location does not work.
what's wrong ?
cheers
Klaus
On Saturday 16 May 2009 13:18:50 Klaus Becker wrote:
Hi,
in some older version of MW I specified the location of my logo by:
$wgStylePath = "$wgScriptPath/skins"; $wgLogo = "$wgStylePath/common/images/mypicture.png";
(I don't know if the first line is necessary).
Now I created a new MW-site with MW 1.14.0, and the same location does not work.
what's wrong ?
cheers
Klaus
Finally I found a solution :
I called my own logo "wiki.png" and put it at /skins/common/images, replacing the original "wiki.png". That works.
nice we
Klaus
On Sat, May 16, 2009 at 9:36 AM, Klaus Becker colonius@free.fr wrote:
On Saturday 16 May 2009 13:18:50 Klaus Becker wrote:
Hi,
in some older version of MW I specified the location of my logo by:
$wgStylePath = "$wgScriptPath/skins"; $wgLogo = "$wgStylePath/common/images/mypicture.png";
(I don't know if the first line is necessary).
Now I created a new MW-site with MW 1.14.0, and the same location does
not
work.
what's wrong ?
cheers
Klaus
Finally I found a solution :
I called my own logo "wiki.png" and put it at /skins/common/images, replacing the original "wiki.png". That works.
nice we
Klaus
This isn't a good idea: when you upgrade, you will overwrite the logo.
mediawiki-l@lists.wikimedia.org