Index: trunk/phase3/skins/Standard.php |
— | — | @@ -18,10 +18,10 @@ |
19 | 19 | /** |
20 | 20 | * |
21 | 21 | */ |
22 | | - function getHeadScripts( $allowUserJs ) { |
| 22 | + function getHeadScripts( $allowUserJs, $extraHtml = '' ) { |
23 | 23 | global $wgStylePath, $wgJsMimeType, $wgStyleVersion; |
24 | 24 | |
25 | | - $s = parent::getHeadScripts( $allowUserJs ); |
| 25 | + $s = parent::getHeadScripts( $allowUserJs, $extraHtml ); |
26 | 26 | if ( 3 == $this->qbSetting() ) { # Floating left |
27 | 27 | $s .= "<script language='javascript' type='$wgJsMimeType' " . |
28 | 28 | "src='{$wgStylePath}/common/sticky.js?$wgStyleVersion'></script>\n"; |