Manual:$wgFavicon
From MediaWiki.org
Paths: $wgFavicon | |
---|---|
The URL of the site favicon. |
|
Introduced in version: | 1.6.0 (r12942) |
Removed in version: | still in use |
Allowed values: | relative path or absolute URL |
Default value: | "/favicon.ico" |
Other settings: Alphabetical | By Function
Details [edit]
The URL of the site favicon (the small icon displayed next to a URL in the address bar of a browser).
You do not need to set this if you upload your favicon.ico to the root of your site. That's where browsers look for it by default. Make sure file name is in lower case and its name is "favicon.ico".
To use a favicon located other than in your site root, in LocalSettings.php add $wgFavicon = "$wgScriptPath/path/to/your/favicon.ico"
Example:
$wgFavicon = "$wgScriptPath/favicon.ico";
Tip: The favicon image should be either 16 x 16 pixels or 32 x 32 pixels.
See also [edit]
- $wgAppleTouchIcon
- $wgLogo
- Manual:FAQ#How do I change the icon in the browser's address line (favicon)?
External links [edit]
Language: | English • Deutsch • français • 日本語 • polski • русский |
---|