From: Tim Starling Date: Fri, 19 Aug 2005 00:41:03 +0000 (+0000) Subject: headscripts variable X-Git-Tag: 1.6.0~1892 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=537b4573810747423ec1fa77ae0ad1674fbdd270;p=lhc%2Fweb%2Fwiklou.git headscripts variable --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index a3d8073f46..55edcd8aed 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -225,6 +225,7 @@ class SkinTemplate extends Skin { $tpl->setRef( 'jsmimetype', $wgJsMimeType ); $tpl->setRef( 'charset', $wgOutputEncoding ); $tpl->set( 'headlinks', $out->getHeadLinks() ); + $tpl->setRef('headscripts', $out->getScript() ); $tpl->setRef( 'wgScript', $wgScript ); $tpl->setRef( 'skinname', $this->skinname ); $tpl->setRef( 'stylename', $this->stylename );