Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -217,7 +217,7 @@ |
218 | 218 | $tpl->setRef( 'xhtmldefaultnamespace', $wgXhtmlDefaultNamespace ); |
219 | 219 | $tpl->set( 'xhtmlnamespaces', $wgXhtmlNamespaces ); |
220 | 220 | $tpl->set( 'html5version', $wgHtml5Version ); |
221 | | - $tpl->set( 'headlinks', $out->getHeadLinks() ); |
| 221 | + $tpl->set( 'headlinks', $out->getHeadLinks( $this->getSkinName() ) ); |
222 | 222 | $tpl->set( 'csslinks', $out->buildCssLinks() ); |
223 | 223 | |
224 | 224 | if( $wgUseTrackbacks && $out->isArticleRelated() ) { |