Manual:$wgStyleDirectory/pt-br

From Linux Web Expert

<translate> Server URLs and file paths</translate>: $wgStyleDirectory
O caminho do sistema de arquivos para o diretório skins.
<translate> Introduced in version:</translate>1.3.0
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(caminho relativo)
<translate> Default value:</translate>null (1.38+)

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

"{$IP }/style" (1.3)

Detalhes

O caminho do sistema de arquivos para o diretório skins. Controla onde o MediaWiki irá procurar arquivos de estilo sobre o próprio servidor.

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.
Example: wfLoadSkin( 'Vector2', '/path/to/Vector2/skin.json' );

Ver também