From 33b4e458ef2049c512d5faf0b2d8d73641b2d626 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Fri, 20 Jan 2006 19:01:54 +0000 Subject: [PATCH] * (bug 3603) headscripts variable not hooked up to MonoBook skin --- RELEASE-NOTES | 1 + skins/MonoBook.php | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0269e164d3..7c8176d0ae 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 54f8cfa68b..dd0246a5b9 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -55,6 +55,7 @@ class MonoBookTemplate extends QuickTemplate { html('headlinks') ?> + html('headscripts') ?> <?php $this->text('pagetitle') ?> data['printable']) ) { ?>media="print" href="text('stylepath') ?>/common/commonPrint.css" /> -- 2.20.1