* (bug 3603) headscripts variable not hooked up to MonoBook skin
authorRob Church <robchurch@users.mediawiki.org>
Fri, 20 Jan 2006 19:01:54 +0000 (19:01 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Fri, 20 Jan 2006 19:01:54 +0000 (19:01 +0000)
RELEASE-NOTES
skins/MonoBook.php

index 0269e16..7c8176d 100644 (file)
@@ -548,6 +548,7 @@ fully support the editing toolbar, but was found to be too confusing.
   uploads of files starting with multibyte characters on Linux.
   wfBaseName() doesn't suffer this bug, and understands backslash on
   both Unix and Windows.
+* (bug 3603) headscripts variable not hooked up to MonoBook skin
 
 
 === Caveats ===
index 54f8cfa..dd0246a 100644 (file)
@@ -55,6 +55,7 @@ class MonoBookTemplate extends QuickTemplate {
        <head>
                <meta http-equiv="Content-Type" content="<?php $this->text('mimetype') ?>; charset=<?php $this->text('charset') ?>" />
                <?php $this->html('headlinks') ?>
+               <?php $this->html('headscripts') ?>
                <title><?php $this->text('pagetitle') ?></title>
                <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/main.css?5"; /*]]>*/</style>
                <link rel="stylesheet" type="text/css" <?php if(empty($this->data['printable']) ) { ?>media="print"<?php } ?> href="<?php $this->text('stylepath') ?>/common/commonPrint.css" />