Index: trunk/phase3/skins/Vector.php |
— | — | @@ -59,7 +59,7 @@ |
60 | 60 | // THIS IS ONLY USEFUL FOR EXPERIMENTING WITH DIFFERNT STYLE OPTIONS! THIS WILL BE REMOVED IN THE NEAR FUTURE. |
61 | 61 | if ( is_array( $wgVectorExtraStyles ) ) { |
62 | 62 | foreach ( $wgVectorExtraStyles as $style ) { |
63 | | - $out->addStyle( 'origins/' . $style, 'screen' ); |
| 63 | + $out->addStyle( 'vector /' . $style, 'screen' ); |
64 | 64 | } |
65 | 65 | } |
66 | 66 | } |