Manual:$wgCopyrightIcon
From MediaWiki.org
|
|
This feature has been deprecated and should not be used with current versions of MediaWiki. This feature was deprecated (or possibly removed completely) in version 1.17.0. |
| Copyright: $wgCopyrightIcon | |
|---|---|
| Set this to some HTML to override the rights icon with an arbitrary logo. |
|
| Introduced in version: | 1.4.0 |
| Removed in version: | 1.17.0 |
| Allowed values: | (string) or NULL |
| Default value: | NULL |
Other settings: Alphabetical | By Function
[edit] Details
Set this to some HTML to override the rights icon with an arbitrary logo. This is the logo in the bottom left of the footer opposite the MediaWiki logo if using the Monobook skin.
For example:
$wgCopyrightIcon = "<img src='/some/path/to/image.png' alt='whatever' />";
$wgCopyrightIcon has to be changed in LocalSettings.php
[edit] Deprecated
This setting is deprecated (but still works) in 1.17 and $wgFooterIcons['copyright']['copyright'] should be used instead.
| Language: | English • Polski |
|---|