wikistandard.css is not a common skin file, it is only used by the classic/standard skin. moving from skins/common/ to skins/standard
This commit is contained in:
parent
344a03934d
commit
de045ec7f9
2 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ return array(
|
|||
'localBasePath' => $GLOBALS['wgStyleDirectory'],
|
||||
),
|
||||
'skins.standard' => array(
|
||||
'styles' => array( 'common/wikistandard.css' => array( 'media' => 'screen' ) ),
|
||||
'styles' => array( 'standard/main.css' => array( 'media' => 'screen' ) ),
|
||||
'remoteBasePath' => $GLOBALS['wgStylePath'],
|
||||
'localBasePath' => $GLOBALS['wgStyleDirectory'],
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue