Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -88,7 +88,6 @@ |
89 | 89 | <?php print Skin::makeGlobalVariablesScript( $this->data ); ?> |
90 | 90 | |
91 | 91 | <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"><!-- wikibits js --></script> |
92 | | - <!-- Head Scripts --> |
93 | 92 | <?php $this->html('headscripts') ?> |
94 | 93 | <?php if($this->data['jsvarurl']) { ?> |
95 | 94 | <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl') ?>"><!-- site js --></script> |