From: Platonides Date: Wed, 21 Jul 2010 21:54:46 +0000 (+0000) Subject: Follow up r69516. Hardcode $wgVectorExtraStyles to the vector folder. X-Git-Tag: 1.31.0-rc.0~36021 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=c4529589e7e56ce019047e850e67f678a966d504;p=lhc%2Fweb%2Fwiklou.git Follow up r69516. Hardcode $wgVectorExtraStyles to the vector folder. --- diff --git a/skins/Vector.php b/skins/Vector.php index f59f71dba8..496f872fd6 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -59,7 +59,7 @@ class SkinVector extends SkinTemplate { // THIS IS ONLY USEFUL FOR EXPERIMENTING WITH DIFFERNT STYLE OPTIONS! THIS WILL BE REMOVED IN THE NEAR FUTURE. if ( is_array( $wgVectorExtraStyles ) ) { foreach ( $wgVectorExtraStyles as $style ) { - $out->addStyle( "{$this->stylename}/$style", 'screen' ); + $out->addStyle( "vector/$style", 'screen' ); } } }