* Added skinname and style path parameters to CBT version of MonoBook
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 6 Apr 2006 23:03:14 +0000 (23:03 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 6 Apr 2006 23:03:14 +0000 (23:03 +0000)
RELEASE-NOTES
skins/MonoBook.tpl

index 22a3b1c..9f06a38 100644 (file)
@@ -3,9 +3,9 @@
 Security reminder: MediaWiki does not require PHP's register_globals
 setting since version 1.2.0. If you have it on, turn it *off* if you can.
 
-== MediaWiki 1.6.0 ==
+== MediaWiki 1.7 ==
 
-April 5, 2006
+THIS IS NOT A RELEASE YET.
 
 MediaWiki is now using a "continuous integration" development model with
 quarterly snapshot releases. The latest development code is always kept
@@ -30,6 +30,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Further additions to Hebrew localisation
 * (bug 5476) Invalid xhtml in German localization
 * (bug 5479) Id translation for preferences tabs caption
+* Added skinname and style path parameters to CBT version of MonoBook
+
 
 == Compatibility ==
 
index 55f6315..a5a259c 100644 (file)
@@ -13,6 +13,7 @@
        <!--[if IE 7]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE70Fixes.css?1";</style><![endif]-->
        <!--[if lt IE 7]><script type="{jsmimetype}" src="{~ stylepath}/common/IEFixes.js"></script>
        <meta http-equiv="imagetoolbar" content="no" /><![endif]-->
+       <script type="{jsmimetype}">var skin = '{~ skinname}';var stylepath = '{~ stylepath}';</script>
        <script type="{jsmimetype}" src="{~ stylepath}/common/wikibits.js"><!-- wikibits js --></script>
        {if jsvarurl {<script type="{jsmimetype}" src="{jsvarurl}"><!-- site js --></script>}}
        {if pagecss {<style type="text/css">{pagecss}</style>}}