Index: trunk/phase3/includes/Skin.php |
— | — | @@ -2036,14 +2036,14 @@ |
2037 | 2037 | } |
2038 | 2038 | } |
2039 | 2039 | |
2040 | | - function getCommonStylePath( $fname ) { |
| 2040 | + function getCommonStylePath( $fame ) { |
2041 | 2041 | global $wgStylePath, $wgStyleVersion; |
2042 | 2042 | return "{$wgStylePath}/common/$name?$wgStyleVersion"; |
2043 | 2043 | } |
2044 | 2044 | |
2045 | | - function getSkinStylePath( $fname ) { |
| 2045 | + function getSkinStylePath( $name ) { |
2046 | 2046 | global $wgStylePath, $wgStyleVersion; |
2047 | | - return "{$wgStylePath}/{$this->stylename}/$fname?$wgStyleVersion"; |
| 2047 | + return "{$wgStylePath}/{$this->stylename}/$name?$wgStyleVersion"; |
2048 | 2048 | } |
2049 | 2049 | |
2050 | 2050 | /* these are used extensively in SkinTemplate, but also some other places */ |