Manual:$wgStyleDirectory/pl

From Linux Web Expert

<translate> Server URLs and file paths</translate>: $wgStyleDirectory
Ścieżka w systemie plików do katalogu skórek.
<translate> Introduced in version:</translate>1.3.0
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(ścieżka względna)
<translate> Default value:</translate>null (1.38+)

"{$IP }/skins" (1.4-1.37)

"{$IP }/style" (1.3)

Szczegóły

Ścieżka w systemie plików do katalogu skórek. Określa, gdzie MediaWiki będzie szukać plików stylów na serwerze.

Set to "{$IP}/skins" by Setup.php before loading local settings.
Ignored when the exact path to a particular skin's .json configuration file is given to the wfLoadSkin() function.
Przykład: wfLoadSkin( 'Vector2', '/path/to/Vector2/skin.json' );

Zobacz też