Manual:$wgFavicon/de

Category:MediaWiki configuration settings/de#FaviconCategory:MediaWiki configuration settings introduced in version 1.6.0/de#FaviconCategory:MediaWiki configuration settings still in use/de#FaviconCategory:Path variables/de#Favicon
Server-URLs und Dateipfade: $wgFavicon
Bestimmt die URL des Favicon.
Eingeführt in Version:1.6.0 (r12942)
Entfernt in Version:Weiterhin vorhanden
Erlaubte Werte:(Teilpfad oder komplette URL)
Standardwert:'/favicon.ico'

Details

Diese Einstellung bestimmt die URL des Favicon. (Das kleine Icon wird in der Adressleiste neben der URL im Browser angezeigt.)

Sie brauchen diese Einstellung nicht zu setzen, falls Sie Ihr favicon.ico in das Root-Verzeichnis Ihrer Website laden. Denn dort suchen die Webbrowser standardmäßig danach. Vergewissern Sie sich, dass der Name kleingeschrieben ist und die Datei "favicon.ico" heißt.

Alternativ können Sie in Ihre LocalSettings.php den Pfad des Favicons zum Beispiel so einfügen: $wgFavicon = "$wgScriptPath/path/to/your/favicon.ico";

Beispiel:

$wgFavicon = "/images/6/64/Favicon.ico";
One icon file can contain multiple images with different resolutions each. This is also what is recommended for the favicon. An icon file with 16 x 16 pixels, 32 x 32 pixels, 48 x 48 pixels and 64 x 64 pixels will display well on most devices and so is a good choice. The single images can be compressed; should the resulting icon file become bigger than 50 kb anyway, the highest resolution can be left away!

Siehe auch

Category:MediaWiki configuration settings/de Category:MediaWiki configuration settings introduced in version 1.6.0/de Category:MediaWiki configuration settings still in use/de Category:Path variables/de